unioslo/nivlheim

Check for config value before trying to read

Closed this issue · 1 comments

If server_ssl_ca isn't set when running script it tries to read it from the config file. If the value isn't set in the config file either the script crashes.

Check if the value exists before trying to read it.

Fixed by #179