Compare commits

..

1 commit

Author SHA1 Message Date
58386b0699
Stuff
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-06 12:53:19 +01:00

View file

@ -6,3 +6,11 @@ if [ -f "$FILE" ]; then
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