bstarynk / helpcovid

a C++ free software web application (GPLv3+, Linux) to organize people helping other neighbours in Covid pandemics
GNU General Public License v3.0
2 stars 2 forks source link

fails with simple configuration file. #3

Closed bstarynk closed 4 years ago

bstarynk commented 4 years ago

In commit 12274c2442e502fe6b2b3 we fail with a simple configuration file $HOME/helpcovid.conf such as:

## fichier ~/helpcovid.conf - Basile file $HOME/helpcovid.conf
[helpcovid]
    log_message= hello from Basile helpcobvid.conf
    startup_popen_command= date +'startup Basile helpcobvid.conf %c'

[web]
    url= http://localhost:8089/
    root= /home/basile/helpcovid/webroot
bstarynk commented 4 years ago

The configuration file generated by generate-config.py in commit f3212cfe1af088adf7d usually works.