Update bootstrap.sh

This commit is contained in:
mpolidori
2018-10-12 00:48:49 -04:00
committed by GitHub
parent 95ee2cb709
commit 34341e7aac

View File

@@ -6,7 +6,7 @@
# - The first parameter for the Bootstrap Script is the USER.
USER=$1
if ["$USER" == ""]; then
if [ "$USER" == "" ]; then
exit 1
fi
# ----------------------------------------------------------------------------