aboutsummaryrefslogtreecommitdiff
path: root/net/znc/files
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-01 12:27:31 +0200
committerJonas Gorski <jogo@openwrt.org>2015-07-01 12:27:49 +0200
commitd665caa851e50d98262c766ab5f96160e4a7d536 (patch)
tree6eb7771cc3bb959c19394d720e9f5d73ef830504 /net/znc/files
parent23dd874b1055275815cbce27558c8725f18f4ea7 (diff)
znc: close Network tags
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Diffstat (limited to 'net/znc/files')
-rw-r--r--net/znc/files/znc.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/znc/files/znc.init b/net/znc/files/znc.init
index 7cc7fa70f..0ece2f360 100644
--- a/net/znc/files/znc.init
+++ b/net/znc/files/znc.init
@@ -39,6 +39,7 @@ add_network() {
echo " <Network $name>" >> $ZNC_CONFIG
config_list_foreach "$network" server "add_param \" Server\""
config_list_foreach "$network" channel "add_chan"
+ echo " </Network>" >> $ZNC_CONFIG
}
znc_global() {