50ButtonsEach/fliclib-linux-dist

Running daemon with no args just exits with no message

hardillb opened this issue · 1 comments

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)

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