forked from NYANDEV/forgejo
Merge pull request #865 from clinta/patch-1
Allow start.sh from any working directory
This commit is contained in:
commit
210306bd64
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ USER=$(whoami)
|
|||
HOME=$(grep "^$USER:" /etc/passwd | cut -d: -f6)
|
||||
export USER HOME PATH
|
||||
|
||||
cd "$(pwd)" && exec ./gogs web
|
||||
cd "$(dirname "$0")/.." && exec ./gogs web
|
||||
|
|
Loading…
Reference in a new issue