]> source.dussan.org Git - gitea.git/commitdiff
Fix #1669
authorThéo BOUGE <tbouge@acacia.theobouge.eu>
Fri, 25 Sep 2015 07:51:01 +0000 (09:51 +0200)
committerThéo BOUGE <tbouge@acacia.theobouge.eu>
Fri, 25 Sep 2015 07:51:01 +0000 (09:51 +0200)
packager/debian/postinst

index 964e8148f893c302b70ea1e9fd787b8224dedec6..2101dd75c3e44a98e9631170826e9f5f3925e99a 100755 (executable)
@@ -30,4 +30,6 @@ case "$1" in
     ${CLI} scale web=1 || true
   ;;
 
+service gogs restart || true
+
 esac