Closed
Description
to speed up the chmod could you consider adding:
find $i -type d ! -perm 775 -exec chmod 775 {} \;
find $i -type f ! -perm 664 -exec chmod 664 {} \;
instead of:
Lines 66 to 67 in e059b4f
Metadata
Assignees
Labels
No labels
to speed up the chmod could you consider adding:
find $i -type d ! -perm 775 -exec chmod 775 {} \;
find $i -type f ! -perm 664 -exec chmod 664 {} \;
instead of:
Lines 66 to 67 in e059b4f