Remove redundant base_settings call in config_file function

This commit is contained in:
Michel Roegl-Brunner 2025-05-16 10:24:56 +02:00
parent 07d02737ee
commit 5da4211b0f

View File

@ -779,7 +779,6 @@ config_file() {
exit
else
echo -e "${INFO}${BOLD}${DGN}Using config File: ${BGN}$CONFIG_FILE${CL}"
base_settings
source "$CONFIG_FILE"
fi
fi