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

forgejo
Unknwon 10 years ago
commit be8bdc0393

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