Compare commits
No commits in common. "main" and "0.0.1-rc6" have entirely different histories.
1 changed files with 0 additions and 8 deletions
|
@ -5,12 +5,4 @@ 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
|
Loading…
Reference in a new issue