Pārlūkot izejas kodu

"modify 格式修改"

Zhipeng 3 gadi atpakaļ
vecāks
revīzija
aceae20ead
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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