fix BOOTSTRAPMODE comparison in make_munki_mpkg_DEP.sh

This commit is contained in:
Greg Neagle
2018-10-04 08:59:57 +02:00
parent 0bfa5a38b5
commit ce5ed7563b

View File

@@ -333,7 +333,7 @@ if [ "$SVNREV" -lt "1302" ]; then
fi
# Enable bootstrap features if requested
if [ "$BOOTSTRAPMODE" -eq "1" ]; then
if [ "$BOOTSTRAPMODE" == "1" ]; then
echo "Enabling bootstrap mode..."
mkdir -p "$COREROOT/Users/Shared/"
touch "$COREROOT/Users/Shared/.com.googlecode.munki.checkandinstallatstartup"