Fixed bug in config file loader
This commit is contained in:
parent
968461678d
commit
8d2bec4c9a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ ca_load_conf() {
|
|||
fi
|
||||
# Override system configuration with local values.
|
||||
# If manually set on command-line, don't load.
|
||||
if [ -n "$CONFFILECLI" ]; then
|
||||
if [ -z "$CONFFILECLI" ]; then
|
||||
source "$HOME/.ca-scripts.conf"
|
||||
fi
|
||||
elif [ -r "$CONFFILE" ]; then
|
||||
|
|
Loading…
Reference in a new issue