From 6e15f4f85faaace86bb246446fce04a194f98a0e Mon Sep 17 00:00:00 2001 From: JP <80802641+SlimJim716@users.noreply.github.com> Date: Mon, 19 Jul 2021 00:59:22 -0400 Subject: [PATCH] Update cloudflare-template.sh --- cloudflare-template.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloudflare-template.sh b/cloudflare-template.sh index 619b214..db43e8c 100644 --- a/cloudflare-template.sh +++ b/cloudflare-template.sh @@ -58,8 +58,6 @@ fi ## Set the record identifier from result ########################################### record_identifier=$(echo "$record" | grep -Po '(?<="id":")[^"]*' | head -1) -echo record! $record >> ~/log -echo record ID! $record_identifier >> ~/log ########################################### ## Change the IP@Cloudflare using the API