Théo BOUGE 9 anni fa
parent
commit
2f23cf98ea
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      packager/debian/postinst

+ 2 - 0
packager/debian/postinst

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