mirror of
https://github.com/munki/munki.git
synced 2025-12-30 11:09:57 -06:00
Remove executable bit from /private/etc/paths.d/munki
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user