From 8001ca04033c3cd195f42ea5642baff07a282565 Mon Sep 17 00:00:00 2001 From: Raghu Rao Date: Wed, 14 Aug 2013 08:37:48 -0500 Subject: [PATCH] Fixed typo in worker/stacktach.sh --- worker/stacktach.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/stacktach.sh b/worker/stacktach.sh index 81ba142..3c51921 100755 --- a/worker/stacktach.sh +++ b/worker/stacktach.sh @@ -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}"