Compare commits

...

1 Commits

Author SHA1 Message Date
Kekskurse 58386b0699
Stuff
continuous-integration/drone/push Build is passing Details
2022-12-06 12:53:19 +01:00
1 changed files with 8 additions and 0 deletions

View File

@ -5,4 +5,12 @@ if [ -f "$FILE" ]; then
systemctl restart gitea-page
else
cp /etc/gitea-page/config.yml.example /etc/gitea-page/config.yml
fi
FILE=/etc/gitea-page/nginx-config-template.txt.example
if [ -f "$FILE" ]; then
echo "Dont update config"
else
cp /etc/gitea-page/nginx-config-template.txt.example /etc/gitea-page/nginx-config-template.txt
fi