Aardwolf-Social/aardwolf

setup program erroneously reports success

KD0BPV opened this issue · 3 comments

The setup binary fails to report database creation failure.

Cause of failure:
configured user does not have CREATEDB permission.

Expected Result:
Error reported and setup program terminates.

I've always had to manually create the empty DB/assign grant permissions

Ah yea, I should be checking the exit status for the command before moving on to the next step

Fixed by b93608d