1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-05-04 08:43:37 +00:00

Update dyndns.sh

This commit is contained in:
Alper Kanat 2020-12-14 13:00:50 +03:00 committed by GitHub
parent 2a52ffae9d
commit 4ec2969d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ while ( true ); do
-d "$data" \
"$url" &> /dev/null
else
echo "existing DNS record address ($record_data) did not need updating"
echo "existing DNS record address ($record_data) did not need updating"
fi
done
else