From b62506dc4834672009d625fe6488d42d7d3831db Mon Sep 17 00:00:00 2001 From: jash Date: Sun, 4 Nov 2018 18:49:36 +0100 Subject: [PATCH] more instructions --- dist/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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