merged permissions.web+public
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
fca2d83dc4
commit
6d29b36ede
2 changed files with 1 additions and 11 deletions
|
@ -6,4 +6,4 @@
|
|||
#
|
||||
|
||||
find "$1" -type d -exec chmod 0755 {} \;
|
||||
find "$1" -type f -exec chmod a+r {} \;
|
||||
find "$1" -type f -exec chmod 0644 {} \;
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# /usr/bin is obsolete
|
||||
# /usr/lib is obsolete
|
||||
# /usr/*/{bin,lib,...} is now the correct path
|
||||
#
|
||||
|
||||
find "$1" -type f -exec chmod 0644 {} \;
|
||||
find "$1" -type d -exec chmod 0755 {} \;
|
Loading…
Reference in a new issue