Fixed typo in worker/stacktach.sh

This commit is contained in:
Raghu Rao 2013-08-14 08:37:48 -05:00
parent a078990aa5
commit 8001ca0403

View File

@ -33,7 +33,7 @@ case "$1" in
/sbin/start-stop-daemon --start --pidfile $PIDFILE --make-pidfile -b --exec $DAEMON $ARGS
;;
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}"