From 6a3d503397671bada91f13a399dc199aeb9894a6 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 2 Dec 2023 12:17:38 -0800 Subject: [PATCH] updated updater fix --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 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 42422f0..2ece12d 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -3,9 +3,9 @@ set -o nounset -ID=$(timeout 1 -k dig @resolver4.opendns.com myip.opendns.com +short -4) +ID=$(dig @resolver4.opendns.com myip.opendns.com +short -4) -ID6=$(timeout 1 dig -t aaaa +short myip.opendns.com @resolver1.opendns.com) +ID6=$(dig -t aaaa +short myip.opendns.com @resolver1.opendns.com)