50ButtonsEach / fliclib-linux-dist

114 stars 19 forks source link

Running daemon with no args just exits with no message #3

Open hardillb opened 8 years ago

hardillb commented 8 years ago

if you just run

./daemon 

with no args you get no output at all and the process exits.

If there are required args (like the path to the sqlite db) then the program should print a warning (or probably the same as -h)

fabianbergmark commented 8 years ago

That should be fixed. It defaults to sensible arguments, but if it can't open the sqlite database it will exit silently.