瀏覽代碼

Revert ""modify 格式修改""

This reverts commit f3928ace
Zhipeng 4 年之前
父節點
當前提交
e08fd44e91
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      supervisor/uninstall.sh

+ 2 - 2
supervisor/uninstall.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-#Read service name you want to uninstall
+# Read service name you want to uninstall
 echo "Please input the service you want to uninstall"
 read conf
 served="/etc/supervisord.d"
@@ -14,7 +14,7 @@ fi
 echo "Are you sure uninstall ${conf}? y/n"
 read flag
 
-#Make sure the input is y or n
+# Make sure the input is y or n
 until [ "y" == ${flag} ] || [ "n" == ${flag} ]
 do
         echo "Please input y/n again"