Update script.
This commit is contained in:
parent
b2a2fdef17
commit
de418a1112
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
find . -type d -exec chmod a+rx {} \;
|
find . -type d -exec chmod a+rx {} \;
|
||||||
find . -type f -exec chmod a+r {} \;
|
find . -type f -exec chmod a+r {} \;
|
||||||
|
|
Loading…
Reference in New Issue