This website works better with JavaScript
Home
Explore
Register
Sign In
Endevir
/
git-server
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix
#1669
Théo BOUGE
9 years ago
parent
42a38dfca3
commit
2f23cf98ea
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
packager/debian/postinst
+ 2
- 0
packager/debian/postinst
View File
@@ -30,4 +30,6 @@ case "$1" in
${CLI} scale web=1 || true
;;
+service gogs restart || true
+
esac