fix function call

This commit is contained in:
Meliox 2026-06-13 16:10:21 +02:00
parent 42656cddc1
commit fcd54b6a07

View File

@ -27,7 +27,7 @@ ask() {
}
bool() { [[ "$1" == true ]] && echo 1 || echo 0; }
_load_conf_debug() {
_load_conf() {
[[ -f "$NODE_INFO_CONF" ]] || return 0
local in_debug=0 line key val
while IFS= read -r line; do