diff --git a/code/tools/make_munki_mpkg_DEP.sh b/code/tools/make_munki_mpkg_DEP.sh index 9c1068d9..8814eac5 100755 --- a/code/tools/make_munki_mpkg_DEP.sh +++ b/code/tools/make_munki_mpkg_DEP.sh @@ -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"