mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-29 10:35:21 +01:00
more instructions
This commit is contained in:
2
dist/setup.sh
vendored
2
dist/setup.sh
vendored
@@ -489,7 +489,7 @@ sanity_checks() {
|
||||
id -u $RUN_AS_USER > /dev/null 2>&1
|
||||
if [[ $OS == 'Darwin' && $? == 1 ]]; then
|
||||
echo " [31mAutomatic user creation not supported on OSX.[0m"
|
||||
echo " [31mPlease create the user \"$RUN_AS_USER\" by hand.[0m"
|
||||
echo " [31mPlease create the user \"$RUN_AS_USER\" by hand and run: ./setup.sh -i[0m"
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user