summaryrefslogtreecommitdiffstats
path: root/scripts/start.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: remove meaningless script and modify systemd serviceUnknwon2015-03-041-15/+0
|
* scripts: remove confuse scriptsUnknwon2015-02-031-1/+1
|
* Allow start.sh from any working directoryClint Armstrong2015-01-171-1/+1
| | | 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.
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Finish new home page of organizationUnknwon2014-08-101-1/+1
|
* New UI merge in progressUnknwon2014-07-261-0/+15