This commit is contained in:
2025-09-30 21:24:37 +02:00
parent d603fb452a
commit b7b9cebacb
258 changed files with 416 additions and 601 deletions

11
scripts/perm.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
group=$2
if [ -z $group ]
then
group=$1
fi
sudo chown $1:$group /var/www/html/schedule -R
sudo chmod +w /var/www/html/schedule -R
sudo chmod g+rw /var/www/html/schedule -R