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 () {