changed so it only changes 750 for /custom not the whole dir
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
git clone https://git.oldgate.org/OGS/Gitea-Blurple.git
|
||||
cp -r Gitea-Blurple/public/ /var/lib/gitea/custom/
|
||||
sudo chown -Rv git:git /var/lib/gitea
|
||||
sudo chmod -Rv 750 /var/lib/gitea
|
||||
sudo chown -Rv git:git /var/lib/gitea/custom
|
||||
sudo chmod -Rv 750 /var/lib/gitea/custom
|
||||
rm -rf Gitea-Blurple
|
||||
sudo systemctl restart gitea
|
||||
|
Reference in New Issue
Block a user