Fixed typo in worker/stacktach.sh
This commit is contained in:
parent
a078990aa5
commit
8001ca0403
@ -33,7 +33,7 @@ case "$1" in
|
|||||||
/sbin/start-stop-daemon --start --pidfile $PIDFILE --make-pidfile -b --exec $DAEMON $ARGS
|
/sbin/start-stop-daemon --start --pidfile $PIDFILE --make-pidfile -b --exec $DAEMON $ARGS
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
status_of_proc -p "{PIDFILE}" "$DAEMON" "stacktach" && exit 0 || exit $?
|
status_of_proc -p "${PIDFILE}" "$DAEMON" "stacktach" && exit 0 || exit $?
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: stacktach.sh {start|stop|restart|status}"
|
echo "Usage: stacktach.sh {start|stop|restart|status}"
|
||||||
|
Loading…
Reference in New Issue
Block a user