mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 22:16:26 +02:00
tarif handling for caching
This commit is contained in:
parent
729dad2be4
commit
0ce7c7bea5
16 changed files with 305 additions and 148 deletions
|
@ -18,6 +18,7 @@ for i in $(find . -type d -and -name cache); do chmod -R ug+rwx $i;done
|
|||
for i in $(find . -type d -and -name pdf); do chmod -R ug+rwx $i;done
|
||||
for i in $(find . -type d -and -name xml); do chmod -R ug+rwx $i;done
|
||||
for i in $(find . -type d -and -name site); do chmod -R ug+rwx $i;done
|
||||
for i in $(find . -type d -and -name json); do chmod -R ug+rwx $i;done
|
||||
for i in $(find . -type d -and -name shareeconf); do chmod -R go-rwx $i;done
|
||||
for i in $(find . -type d -and -name shareeconf); do chmod -R ug+rx $i;done
|
||||
for i in $(find . -type d -and -name sql); do chmod -R go-rwx $i;done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue