aprs_enable bug fixed

pull/12/head
Tom Early 7 years ago
parent 19e75e9c9f
commit 91bbc891a0

@ -483,7 +483,7 @@ WriteCFGFile () {
[ -z "${gateway_desc2+x}" ] || echo "gateway_desc2='${gateway_desc2}'" >> $outFile [ -z "${gateway_desc2+x}" ] || echo "gateway_desc2='${gateway_desc2}'" >> $outFile
[ -z "${gateway_url+x}" ] || echo "gateway_url='${gateway_url}'" >> $outFile [ -z "${gateway_url+x}" ] || echo "gateway_url='${gateway_url}'" >> $outFile
# arps_ section # arps_ section
[ -z "${aprs_enable+x}" ] || echo "aprs_enable='{aprs_enable}" >> $outFile [ -z "${aprs_enable+x}" ] || echo "aprs_enable=${aprs_enable}" >> $outFile
[ -z "${aprs_host+x}" ] || echo "aprs_host='${aprs_host}'" >> $outFile [ -z "${aprs_host+x}" ] || echo "aprs_host='${aprs_host}'" >> $outFile
[ -z "${aprs_port+x}" ] || echo "aprs_port=${aprs_port}" >> $outFile [ -z "${aprs_port+x}" ] || echo "aprs_port=${aprs_port}" >> $outFile
[ -z "${aprs_interval+x}" ] || echo "aprs_interval=${aprs_interval}" >> $outFile [ -z "${aprs_interval+x}" ] || echo "aprs_interval=${aprs_interval}" >> $outFile

Loading…
Cancel
Save

Powered by TurnKey Linux.