mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
fix the restart
This commit is contained in:
parent
2f23cf98ea
commit
5a2093b053
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue