From 27df0fd6ac4827585d663997abef30d0b1cc50b6 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 12 Feb 2023 18:19:20 -0500 Subject: [PATCH] fixed syntax error --- scripts/server_bin/twitch_fullArchive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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