diff --git a/functions/fn_getopt b/functions/fn_getopt index ab2135a0c..cacff0a70 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -51,8 +51,6 @@ case "$getopt" in fn_restart;; update) fn_update_check;; - backup) - fn_backup;; monitor) fn_monitor;; email-test) @@ -62,7 +60,7 @@ case "$getopt" in backup) fn_backup;; *) - echo "Usage: $0 {start|stop|restart|update|backup|monitor|email-test|details|backup}" + echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup}" exit 1;; esac exit @@ -180,4 +178,4 @@ elif [ "${engine}" == "unreal" ]; then fn_getopt_unreal else fn_getopt_generic -fi \ No newline at end of file +fi