From 6a7f7775660492290c315ac872e2c6cfcc389e2e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 8 Oct 2023 21:23:43 -0700 Subject: [PATCH] updated installer app --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index da895c0..49e0f70 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -4,10 +4,9 @@ set -o nounset Domain=$(echo | cat /var/lib/domains/wordpress) -ID=$(timeout 1 -k dig @resolver4.opendns.com myip.opendns.com +short -4) +ID=$(timeout -k 2 dig $Domain A +short) -ID6=$(timeout 1 dig $Domain AAAA +short -) +ID6=$(timeout 2 dig $Domain AAAA +short) curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |