nodogsplash: add $ to variable
This commit is contained in:
parent
bec38bf8db
commit
341dfdab99
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ generate_uci_config() {
|
||||||
nolog error "Configuration file '$file' doesn't exist"
|
nolog error "Configuration file '$file' doesn't exist"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
cat "$val" >> CONFIGFILE
|
cat "$val" >> $CONFIGFILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
config_get val "$cfg" network
|
config_get val "$cfg" network
|
||||||
|
|
Loading…
Reference in a new issue