diff --git a/actions/dynamicdns b/actions/dynamicdns index a176a5702..cb5b0d922 100755 --- a/actions/dynamicdns +++ b/actions/dynamicdns @@ -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}