From 5d7306003d0fb0f5c17e5808b801ed0a1044488b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 25 Dec 2015 09:44:24 +0200 Subject: [PATCH] ydns6: fix file name --- bash/ydns6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/ydns6 b/bash/ydns6 index fa5c4fa..ac4d0ba 100755 --- a/bash/ydns6 +++ b/bash/ydns6 @@ -28,7 +28,7 @@ if hash dig 2>/dev/null; then else WAN_IP6=$(curl -sL6 https://icanhazip.com/) fi -if [ -f $HOME/.wan_ip6-ydns.txt ]; then +if [ -f $HOME/.ydns6.txt ]; then OLD_WAN_IP6=$(cat $HOME/.ydns6.txt) else echo "No file, need IP6"