Allow stop start to work when stop is not defined.
This commit is contained in:
parent
649a710552
commit
5338b568ca
@ -171,7 +171,7 @@ while [ -n "$1" ]; do
|
|||||||
continue 2
|
continue 2
|
||||||
else
|
else
|
||||||
if [ "${_cmd}" = "start" -o "${_cmd}" = "stop" ]; then
|
if [ "${_cmd}" = "start" -o "${_cmd}" = "stop" ]; then
|
||||||
exit 0
|
continue 2
|
||||||
else
|
else
|
||||||
eerror "${SVCNAME}: function \`$1' defined but does not exist"
|
eerror "${SVCNAME}: function \`$1' defined but does not exist"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user