mirror of
https://github.com/mabam/afpfs-ng-mac-GUI.git
synced 2024-11-27 00:49:59 +00:00
Fix permissions for /usr/local/afpfs-ng-mac
This commit is contained in:
parent
802be32814
commit
7b0cafb7d4
@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# check if AppleScript menu active
|
||||||
if grep -q 'Script Menu.menu' ~/Library/Preferences/com.apple.systemuiserver.plist
|
if grep -q 'Script Menu.menu' ~/Library/Preferences/com.apple.systemuiserver.plist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user