removed debug output

This commit is contained in:
Daniel Steglich 2015-03-26 13:33:50 +01:00
parent 66e9b00567
commit 2c36160237

View File

@ -359,7 +359,6 @@ case ${cmd} in
doReadCFG
dnsentry=$(nslookup "${host}"|tail -n2|grep A|sed s/[^0-9.]//g)
doGetWANIP
echo ${IPFILE}
echo ${wanip} > ${IPFILE}
grep -v execute ${cfgfile} > ${cfgfile}.tmp
mv ${cfgfile}.tmp ${cfgfile}