diff --git a/build/freeswitch.init.redhat b/build/freeswitch.init.redhat index 9c6560d20f..7f676ff40b 100644 --- a/build/freeswitch.init.redhat +++ b/build/freeswitch.init.redhat @@ -94,7 +94,7 @@ case "$1" in [ -f $PID_FILE ] && restart || : ;; *) - echo "Usage: $PROG_NAME {start|stop|status|reload|restart" + echo "Usage: $PROG_NAME {start|stop|status|reload|restart}" exit 1 ;; esac