Browse Source

Fix #1669

tags/v1.2.0-rc1
Théo BOUGE 10 years ago
parent
commit
ac2425f48b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      packager/debian/postinst

+ 2
- 0
packager/debian/postinst View File

@@ -30,4 +30,6 @@ case "$1" in
${CLI} scale web=1 || true
;;

service gogs restart || true

esac

Loading…
Cancel
Save