diff --git a/examples/haproxy.init b/examples/haproxy.init index 55caa250cb..4de71ee160 100644 --- a/examples/haproxy.init +++ b/examples/haproxy.init @@ -108,7 +108,7 @@ case "$1" in ;; *) echo $"Usage: $BASENAME {start|stop|restart|reload|condrestart|status|check}" - RETVAL=1 + exit 1 esac -exit $RETVAL +exit $?