mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +04:00
nodogsplash: add $ to variable
This commit is contained in:
@@ -156,7 +156,7 @@ generate_uci_config() {
|
||||
nolog error "Configuration file '$file' doesn't exist"
|
||||
return 0
|
||||
fi
|
||||
cat "$val" >> CONFIGFILE
|
||||
cat "$val" >> $CONFIGFILE
|
||||
fi
|
||||
|
||||
config_get val "$cfg" network
|
||||
|
||||
Reference in New Issue
Block a user