This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix the restart
master
Théo Bougé
9 years ago
parent
2f23cf98ea
commit
5a2093b053
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
packager/debian/postinst
+ 5
- 1
packager/debian/postinst
View File
@@ -28,8 +28,12 @@ case "$1" in
# scale
${CLI} scale web=1 || true
#restart the service
service gogs restart || true
;;
service gogs restart || true
esac
Write
Preview
Loading…
Cancel
Save