1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-07-07 21:45:45 +08:00
This commit is contained in:
Théo Bougé
2015-09-25 18:45:35 +02:00
parent 5a2093b053
commit 939d2054d8

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