Browse Source

fix the restart

pull/1686/head
Théo Bougé 9 years ago
parent
commit
5a2093b053
  1. 6
      packager/debian/postinst

6
packager/debian/postinst vendored

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

Loading…
Cancel
Save