@@ -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
@@ -4,8 +4,8 @@ read conf
if [ ! -f "$served/$conf" ]
-echo "The service is not existing"
+ echo "The service is not existing"
fi