summaryrefslogtreecommitdiff
path: root/packages/ezx/ezxd/ezxd.init
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-09-23 00:38:29 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-09-23 00:38:29 +0000
commitefa3492c6eaa112592e4d835310cf6d18a849eae (patch)
tree576432fcac54aaa5a49102e1229d979ddf2c0ee9 /packages/ezx/ezxd/ezxd.init
parent1c259e381f897d199abc66f6237aeb8542779468 (diff)
parente08f51149bd655e670114418f1f873d93d938fd2 (diff)
merge of '68c1dba00e182241b1e887487fb3c8271f9c0d01'
and '954ad99909199c0ef7c0d21819dce8c20cf40c64'
Diffstat (limited to 'packages/ezx/ezxd/ezxd.init')
-rw-r--r--packages/ezx/ezxd/ezxd.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ezx/ezxd/ezxd.init b/packages/ezx/ezxd/ezxd.init
index dccd293af1..3e33064166 100644
--- a/packages/ezx/ezxd/ezxd.init
+++ b/packages/ezx/ezxd/ezxd.init
@@ -49,8 +49,8 @@ start_it_up()
shut_it_down()
{
- if [ -d $EVENTDIR ]; then
- run-parts --reverse --arg=stop $EVENTDIR
+ if [ -d "$EVENTDIR" ]; then
+ run-parts --arg=stop $EVENTDIR
fi
echo -n "Stopping $DESC: "
start-stop-daemon --stop --quiet --pidfile $PIDFILE