]> source.dussan.org Git - gitea.git/commit
Allow start.sh from any working directory
authorClint Armstrong <github@clintarmstrong.net>
Sat, 17 Jan 2015 21:52:42 +0000 (16:52 -0500)
committerClint Armstrong <github@clintarmstrong.net>
Sat, 17 Jan 2015 21:52:42 +0000 (16:52 -0500)
commiteae08ea8f4823ebc26ae0833f2c251a21402459d
tree77e04bbca1636b1ad743858846355fb055366fa2
parentbb26285a12f90a4331053169bf580cc766bc6add
Allow start.sh from any working directory

This change to start.sh allows it to be executed from any working directory and always reference the gogs binary in the parent directory. Very helpful when calling start.sh from an init script.
scripts/start.sh