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 typo
master
Théo Bougé
9 years ago
parent
5a2093b053
commit
939d2054d8
1 changed files
with
2 additions
and
4 deletions
Unified 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
# scale
${CLI} scale web=1 || true
${CLI} scale web=1 || true
#restart the service
#
restart the service
service gogs restart || true
service gogs restart || true
;;
;;
esac
esac
Write
Preview
Loading…
Cancel
Save