fix the restart

release/v0.9
Théo Bougé 9 years ago
parent 2f23cf98ea
commit 5a2093b053

@ -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

Loading…
Cancel
Save