This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of github.com:gogits/gogs
for-closed-social
Unknwon
9 years ago
parent
9fa287e4f7
210306bd64
commit
be8bdc0393
1 changed files
with
1 additions
and
1 deletions
Unified 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
)
HOME
=
$(
grep
"
^
$USER
:
"
/etc/passwd
|
cut -d: -f6
)
export
USER HOME PATH
export
USER HOME PATH
cd
"
$(
pwd
)
"
&&
exec
./gogs web
cd
"
$(
dirname
"
$0
"
)
/..
"
&&
exec
./gogs web
Write
Preview
Loading…
Cancel
Save