summaryrefslogtreecommitdiffstats
path: root/system/supervisor/rc.supervisord
diff options
context:
space:
mode:
author digwtx2018-04-15 12:29:18 +0200
committer Willy Sudiarto Raharjo2018-04-21 02:42:57 +0200
commit1ee4dc723971575ca2765f6aae66782d15ea48c0 (patch)
treeb0445d26b6f63a01cc50c44b38268708bf38209d /system/supervisor/rc.supervisord
parent16cd834af429c85207b79ccc6c3c6766505e9877 (diff)
downloadslackbuilds-1ee4dc723971575ca2765f6aae66782d15ea48c0.tar.gz
system/supervisor: Updated for version 3.3.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/supervisor/rc.supervisord')
-rw-r--r--system/supervisor/rc.supervisord3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/supervisor/rc.supervisord b/system/supervisor/rc.supervisord
index 1fb7a4d5fe..0bff1cca27 100644
--- a/system/supervisor/rc.supervisord
+++ b/system/supervisor/rc.supervisord
@@ -4,7 +4,6 @@
# AUTHOR: Josh Jaques <jjaques@gmail.com>
#
# Start/stop/restart supervisor in slackware.
-# Specfically tested in v13.37
#
# To make Supervisor start automatically at boot, make this
# file executable: chmod 755 /etc/rc.d/rc.supervisord
@@ -84,7 +83,7 @@ case "$1" in
sleep $SHUTDOWN_TIME
supervisord_status && {
echo "Failed"
- exit 1
+ exit 1
} || {
echo "Success"
}