refactor(zbm): Ask for rerun (#21)

This commit is contained in:
hygienic-books 2023-11-05 16:57:50 +01:00
parent e39d60cb00
commit 1b94e7e3b8

View File

@ -224,7 +224,9 @@ function setup_env_vars () {
done done
printf -- '%s\n' \ printf -- '%s\n' \
'Done, please rerun script now without '"'"'setup'"'"' argument.' 'Done, please rerun script now with just' \
'... | bash' \
'so without the '"'"'setup'"'"' argument's
exit 77 exit 77
} }