Fix dynv6 config init
This commit is contained in:
parent
fd2ecb420c
commit
9c79b41909
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ check_required() {
|
|||
|
||||
# check requirements
|
||||
CONFIG_FILE="$1";
|
||||
FALLBACK_CONFIG_FILE="${HOME}/dynv6.conf";
|
||||
FALLBACK_CONFIG_FILE="${HOME}/.dynv6.conf";
|
||||
FALLBACK_CONFIG_GLOBAL_FILE="/etc/dynv6.conf";
|
||||
source_config "${CONFIG_FILE}" "${FALLBACK_CONFIG_FILE}" "${FALLBACK_CONFIG_GLOBAL_FILE}";
|
||||
apply_defaults;
|
||||
|
|
Loading…
Reference in a new issue