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
s/USER/GOGS_USER/g
tags/v1.2.0-rc1
Luca Beltrame
11 years ago
parent
5e48c89c5e
commit
d95e7065d9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/init/centos/gogs
+ 1
- 1
scripts/init/centos/gogs
View File
@@ -42,7 +42,7 @@ RETVAL=0
DAEMON_OPTS=""
# Set additional options, if any
[ ! -z "$GOGS_USER" ] && DAEMON_OPTS="$DAEMON_OPTS --user=${USER}"
[ ! -z "$GOGS_USER" ] && DAEMON_OPTS="$DAEMON_OPTS --user=${
GOGS_
USER}"
start() {
cd ${GOGS_HOME}
Write
Preview
Loading…
Cancel
Save