diff --git a/AWS/DDNS.bash b/AWS/DDNS.bash index cbd4208..fd89f18 100755 --- a/AWS/DDNS.bash +++ b/AWS/DDNS.bash @@ -32,3 +32,8 @@ result="$(aws route53 change-resource-record-sets --hosted-zone-id "${HOSTED_ZON echo \ "Current Record Status: $(jq '.ChangeInfo.Status' <(echo "${result}"))" + +current_time="$(date +%Y-%m-%dT%H:%M:%S)" +cat << EOF >> DDNS_Updates.log +DDNS Update made @ ${current_time} +EOF \ No newline at end of file