瀏覽代碼

"modify 格式修改"

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

+ 2 - 2
supervisor/uninstall.sh

@@ -6,8 +6,8 @@ read conf
 served="/etc/supervisord.d"
 if [ ! -f "$served/$conf" ]
 then
-	echo "The service is not existing"
-	exit 1
+    echo "The service is not existing"
+	  exit 1
 fi