This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1686
from preovaleo/develop
Fix
#1669
on develop
for-closed-social
无闻
9 years ago
parent
fe8495e4a5
bb7ddb45ff
commit
02d3b66265
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
packager/debian/postinst
+ 4
- 0
packager/debian/postinst
View File
@ -28,6 +28,10 @@ case "$1" in
# scale
# scale
${CLI} scale web=1 || true
${CLI} scale web=1 || true
# restart the service
service gogs restart || true
;;
;;
esac
esac
Write
Preview
Loading…
Cancel
Save