Fixed typo in worker/stacktach.sh

This commit is contained in:
Raghu Rao 2013-08-14 08:37:48 -05:00 committed by Andrew Melton
parent 1516691d72
commit 73571f2e2d

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}"