mirror of
https://github.com/munki/munki.git
synced 2025-12-30 19:20:10 -06:00
Merge branch 'master' into Munki3dev
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user