This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
Merge pull request
#865
from clinta/patch-1
Allow start.sh from any working directory
tags/v1.2.0-rc1
无闻
11 years ago
parent
bb26285a12
eae08ea8f4
commit
210306bd64
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/start.sh
+ 1
- 1
scripts/start.sh
View File
@@ -12,4 +12,4 @@ USER=$(whoami)
HOME=$(grep "^$USER:" /etc/passwd | cut -d: -f6)
export USER HOME PATH
cd "$(
pw
d)" && exec ./gogs web
cd "$(d
irname "$0"
)
/..
" && exec ./gogs web
Write
Preview
Loading…
Cancel
Save