mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 22:16:26 +02:00
external jquery and bootstrap
This commit is contained in:
parent
003df87598
commit
c5cd33b5ac
27 changed files with 109 additions and 125 deletions
|
@ -1,35 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# Copyright (c) Rainer Gümpelein, TeilRad GmbH
|
||||
|
||||
chgrp -R www-data *
|
||||
chmod go-w *
|
||||
chmod -R o-rwx *
|
||||
for i in $(find . -type d -and -name csv); do chmod -R ug+rwx $i;done
|
||||
for i in $(find . -type d -and -name data); do chmod -R ug+rwx $i;done
|
||||
for i in $(find . -type d -and -name ftp); do chmod -R ug+rwx $i;done
|
||||
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 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
|
||||
for i in $(find . -type d -and -name js); do chmod -R go-w $i;done
|
||||
for i in $(find . -type f -and -iname README*); do chmod -R go-rwx $i;done
|
||||
for i in $(find . -type d -and -name docs); do chmod -R go-rwx $i;done
|
||||
for i in $(find . -type f -and -name .htaccess); do chmod -R go-wx $i;done
|
||||
for i in $(find . -type f -and -name startup.pl); do chmod -R go-w $i;done
|
||||
for i in $(find . -type f -and -name robots.txt); do chmod -R go-wx $i;done
|
||||
for i in $(find . -type d -and -name cronjobs); do chmod -R g-w $i/*;done
|
||||
for i in $(find . -type d -and -name cronjobs); do chmod -R o+r $i/*;done
|
||||
for i in $(find . -type d -and -name cronjobs); do chown -R root:root $i/*;done
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue