From e39d60cb009e0052ca0b9035d5a083180faf339d Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 5 Nov 2023 16:55:06 +0100 Subject: [PATCH] refactor(zbm): Exit after setting up vars (#21) --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index 7591e9c..6e099d3 100644 --- a/setup.sh +++ b/setup.sh @@ -222,6 +222,10 @@ function setup_env_vars () { >> "${settings_file}" fi done + + printf -- '%s\n' \ + 'Done, please rerun script now without '"'"'setup'"'"' argument.' + exit 77 } function arg_parse () {