forked from NYANDEV/forgejo
Merge branch 'master' of github.com:gogits/gogs
This commit is contained in:
commit
be8bdc0393
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue