|
@@ -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
|