From ce5ed7563b0ec2ff16167f511c7d26011ef890c4 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Thu, 4 Oct 2018 08:59:57 +0200 Subject: [PATCH] fix BOOTSTRAPMODE comparison in make_munki_mpkg_DEP.sh --- code/tools/make_munki_mpkg_DEP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/tools/make_munki_mpkg_DEP.sh b/code/tools/make_munki_mpkg_DEP.sh index b6c99d93..f9e13375 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"