From 341dfdab992e8f3e978c56d2e948dd402c9dfd07 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 12 May 2016 18:18:54 +0200 Subject: [PATCH] nodogsplash: add $ to variable --- nodogsplash/files/nodogsplash.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodogsplash/files/nodogsplash.init b/nodogsplash/files/nodogsplash.init index 79e7456..1acee0c 100755 --- a/nodogsplash/files/nodogsplash.init +++ b/nodogsplash/files/nodogsplash.init @@ -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 -- 2.30.2