This website works better with JavaScript
Inicio
Explorar
Rexistro
Iniciar sesión
Endevir
/
git-server
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Fix
#1669
Théo BOUGE
%!s(int64=9) %!d(string=hai) anos
pai
42a38dfca3
achega
2f23cf98ea
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
packager/debian/postinst
+ 2
- 0
packager/debian/postinst
Ver ficheiro
@@ -30,4 +30,6 @@ case "$1" in
${CLI} scale web=1 || true
;;
+service gogs restart || true
+
esac