1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-25 21:44:20 -04:00

fix the restart

This commit is contained in:
Théo Bougé 2015-09-25 17:58:46 +02:00
parent 2f23cf98ea
commit 5a2093b053

View File

@ -28,8 +28,12 @@ case "$1" in
# scale
${CLI} scale web=1 || true
#restart the service
service gogs restart || true
;;
service gogs restart || true
esac