mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
fix typo
This commit is contained in:
parent
5a2093b053
commit
939d2054d8
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue