Update dyndns.sh
This commit is contained in:
parent
2a52ffae9d
commit
4ec2969d4a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ while ( true ); do
|
||||||
-d "$data" \
|
-d "$data" \
|
||||||
"$url" &> /dev/null
|
"$url" &> /dev/null
|
||||||
else
|
else
|
||||||
echo "existing DNS record address ($record_data) did not need updating"
|
echo "existing DNS record address ($record_data) did not need updating"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue