Remove executable bit from /private/etc/paths.d/munki

This commit is contained in:
Greg Neagle
2017-05-12 09:28:12 -07:00
parent 2e56c59b62
commit b65b506b65
2 changed files with 2 additions and 0 deletions

View File

@@ -343,6 +343,7 @@ chmod +x "$COREROOT/usr/local/munki"
mkdir -p "$COREROOT/private/etc/paths.d"
echo "/usr/local/munki" > "$COREROOT/private/etc/paths.d/munki"
chmod -R 755 "$COREROOT/private"
chmod 644 "$COREROOT/private/etc/paths.d/munki"
# Create directory structure for /Library/Managed Installs.
mkdir -m 1775 "$COREROOT/Library"

View File

@@ -343,6 +343,7 @@ chmod +x "$COREROOT/usr/local/munki"
mkdir -p "$COREROOT/private/etc/paths.d"
echo "/usr/local/munki" > "$COREROOT/private/etc/paths.d/munki"
chmod -R 755 "$COREROOT/private"
chmod 644 "$COREROOT/private/etc/paths.d/munki"
# Create directory structure for /Library/Managed Installs.
mkdir -m 1775 "$COREROOT/Library"