make run now puts db in pwd, not /tmp. got sick of starting from scratch

This commit is contained in:
Brad Rydzewski 2014-02-15 18:57:34 -07:00
parent 4b412d3a26
commit 43e5164426

View file

@ -76,4 +76,4 @@ dpkg:
dpkg-deb --build deb/drone
run:
bin/droned --port=":8080" --datasource="/tmp/drone.sqlite"
bin/droned --port=":8080" --datasource="drone.sqlite"