refactor(zbm): Exit after setting up vars (#21)

This commit is contained in:
hygienic-books 2023-11-05 16:55:06 +01:00
parent 055f970f43
commit e39d60cb00

View File

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