Browse Source

Merge branch 'master' of github.com:gogits/gogs

pull/866/head
Unknwon 10 years ago
parent
commit
be8bdc0393
  1. 2
      scripts/start.sh

2
scripts/start.sh

@ -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…
Cancel
Save