Changed permissions, twice ;-)

This commit is contained in:
Nico Schottelius 2005-12-07 15:52:36 +01:00
parent 01e34e8f2e
commit 8bf5d651ed
3 changed files with 1 additions and 1 deletions

0
permissions.group-work Normal file → Executable file
View File

0
permissions.private Normal file → Executable file
View File

2
permissions.public Normal file → Executable file
View File

@ -6,4 +6,4 @@
#
find "$1" -type d -exec chmod 0755 {} \;
find "$1" -type f -exec chmod 0644 {} \;
find "$1" -type f -exec chmod a+r {} \;