diff --git a/setup/questions.sh b/setup/questions.sh index 34346595..5c182dcc 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -145,7 +145,7 @@ if [ -z "${PUBLIC_IPV6:-}" ]; then "${DEFAULT_PUBLIC_IPV6:-}" \ PUBLIC_IPV6 - if [ ! "$PUBLIC_IPV6_EXITCODE" ]; then + if [ ! -n "$PUBLIC_IPV6_EXITCODE" ]; then # user hit ESC/cancel exit fi