mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 22:16:26 +02:00
user registry and merchant select
This commit is contained in:
parent
36a0bb4a23
commit
4ccea2b0a1
75 changed files with 154 additions and 118 deletions
|
@ -18,6 +18,7 @@ for i in $(find . -type d -and -name apk); do chmod -R ug+rwx $i;done
|
|||
|
||||
for i in $(find . -type d -and -name sql); do chmod -R go-rwx $i;done
|
||||
for i in $(find . -type d -and -name src); do chmod -R go-w $i;done
|
||||
for i in $(find . -type d -and -name src); do chmod -R ug+x $i;done
|
||||
for i in $(find . -type d -and -name img); do chmod -R go-w $i;done
|
||||
for i in $(find . -type d -and -name apache); do chmod -R go-w $i;done
|
||||
for i in $(find . -type d -and -name css); do chmod -R go-w $i;done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue