From 7b0cafb7d42f0424a8ffe80b587a2160a434e1c2 Mon Sep 17 00:00:00 2001 From: mabam Date: Sun, 20 Dec 2020 05:02:07 +0100 Subject: [PATCH] Fix permissions for /usr/local/afpfs-ng-mac --- .../post-installation script/afpfs-ng-mac.post_install.command | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/post-installation script/afpfs-ng-mac.post_install.command b/source/post-installation script/afpfs-ng-mac.post_install.command index 67c4051..c947fbf 100755 --- a/source/post-installation script/afpfs-ng-mac.post_install.command +++ b/source/post-installation script/afpfs-ng-mac.post_install.command @@ -1,5 +1,8 @@ #!/bin/bash +# change ownership of GUI so it is writable for mounting +sudo chown -R 501 /usr/local/afpfs-ng-mac + # check if AppleScript menu active if grep -q 'Script Menu.menu' ~/Library/Preferences/com.apple.systemuiserver.plist