Théo BOUGE hace 9 años
padre
commit
2f23cf98ea
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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