Skip to content

possible permission speedup on docker start? #110

Closed
@tjeh

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:

samba/samba.sh

Lines 66 to 67 in e059b4f

find $i -type d -exec chmod 775 {} \;
find $i -type f -exec chmod 664 {} \;

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions