From 3e5743426b32b8191f78e78f0ecc1c455b711952 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 26 Jan 2008 16:46:53 +0000 Subject: Fix restart --nodeps again. --- sh/runscript.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sh/runscript.sh b/sh/runscript.sh index 99ae3129..63c780a6 100755 --- a/sh/runscript.sh +++ b/sh/runscript.sh @@ -171,7 +171,8 @@ while [ -n "$1" ]; do continue 2 else if [ "${_cmd}" = "start" -o "${_cmd}" = "stop" ]; then - exit 0 + shift + continue 2 else eerror "${SVCNAME}: function \`$1' defined but does not exist" exit 1 -- cgit v1.2.3