ydns-simple: fix small typo

It works! :D
This commit is contained in:
Aminda Suomalainen 2015-01-18 12:36:44 +02:00
parent f6d68e8f1e
commit 6a11e3c084
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ HOSTNAME=""
# Get IPv4 address
WAN_IP4=$(dig +short myip.opendns.com @resolver1.opendns.com)
if [ -f $HOME/.wan_ip4-cf.txt ]; then
if [ -f $HOME/.wan_ip4-ydns.txt ]; then
OLD_WAN_IP4=$(cat $HOME/.wan_ip4-ydns.txt)
else
echo "No file, need IP4"