From 09f14a77fd291333143a994afc9d73003ee2ca07 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 17 Jan 2019 08:10:12 -0700 Subject: [PATCH] fixed writing --- qnconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/qnconfig b/qnconfig index b897b7e..6d2e79b 100755 --- a/qnconfig +++ b/qnconfig @@ -500,6 +500,7 @@ WriteCFGFile () { [ -z "${gateway_send_qrgs_maps+x}" ] || echo "gateway_send_qrgs_maps=${gateway_send_qrgs_maps}" >> $outFile [ -z "${gateway_local_irc_ip+x}" ] || echo "gateway_local_irc_ip='${gateway_local_irc_ip}'" >> $outFile [ -z "${gateway_port+x}" ] || echo "gateway_port=${gateway_port}" >> $outFile + [ -z "${gateway_ip+x}" ] || echo "gateway_port=${gateway_ip}" >> $outFile [ -z "${gateway_tolink+x}" ] || echo "gateway_tolink=${gateway_tolink}" >> $outFile [ -z "${gateway_fromlink+x}" ] || echo "gateway_fromlink=${gateway_fromlink}" >> $outFile [ -z "${gateway_latitude+x}" ] || echo "gateway_latitude=${gateway_latitude}" >> $outFile