Browse Source

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

Unknwon 10 years ago
parent
commit
be8bdc0393
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/start.sh

+ 1 - 1
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