diff --git a/dist/setup.sh b/dist/setup.sh index 7623a51..be4e64b 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -489,7 +489,7 @@ sanity_checks() { id -u $RUN_AS_USER > /dev/null 2>&1 if [[ $OS == 'Darwin' && $? == 1 ]]; then echo " Automatic user creation not supported on OSX." - echo " Please create the user \"$RUN_AS_USER\" by hand." + echo " Please create the user \"$RUN_AS_USER\" by hand and run: ./setup.sh -i" exit fi fi