Merge pull request #2501 from brooksytech/dev
PortMaster: Only updated permissions on files that dont have correct permissions.
This commit is contained in:
commit
21b8452498
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ else
|
|||
fi
|
||||
|
||||
#Make sure permissions are correct in the PortMaster folder
|
||||
chmod 755 /storage/roms/ports/* -R
|
||||
find /storage/roms/ports/ -not -perm 755 -exec chmod 755 {} \;
|
||||
|
||||
#Start PortMaster
|
||||
@LIBEGL@
|
||||
|
|
Loading…
Reference in a new issue