This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
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 typo
tags/v1.2.0-rc1
Théo Bougé
10 years ago
parent
bf76666510
commit
376c3f8c07
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
packager/debian/postinst
+ 2
- 4
packager/debian/postinst
View File
@@ -29,11 +29,9 @@ case "$1" in
# scale
${CLI} scale web=1 || true
#restart the service
#
restart the service
service gogs restart || true
;;
esac
Write
Preview
Loading…
Cancel
Save