PortMaster: Only updated permissions on files that dont have correct perm

This commit is contained in:
mason 2023-12-05 22:20:38 +00:00
parent a42294a423
commit 6333abf90d
No known key found for this signature in database
GPG key ID: 84D9278A11FA112B

View file

@ -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@