Explorar o código

modify 加上Tab键

Zhipeng %!s(int64=4) %!d(string=hai) anos
pai
achega
655f89ca9d
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      supervisor/install.sh
  2. 2 2
      supervisor/uninstall.sh

+ 2 - 2
supervisor/install.sh

@@ -19,8 +19,8 @@ read directory
 served="/etc/supervisord.d"
 if [ -f "$served/$conf" ]
 then
-echo "The service has already existed"
-exit 1
+	echo "The service has already existed"
+	exit 1
 else
 # The first position is server.conf File installation directory
 cp server.conf $served/$conf

+ 2 - 2
supervisor/uninstall.sh

@@ -4,8 +4,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