diff --git a/scripts/server_bin/twitch_fullArchive.sh b/scripts/server_bin/twitch_fullArchive.sh index 0d7a9f5..e26b053 100755 --- a/scripts/server_bin/twitch_fullArchive.sh +++ b/scripts/server_bin/twitch_fullArchive.sh @@ -8,7 +8,7 @@ do case "${flag}" in u) username=${OPTARG};; f) format=${OPTARG};; - h) help(); exit;; + h) help exit;; esac done