From 3354b7bd30eca86eef4965c16839c828019032e7 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 25 Aug 2023 11:37:01 -0700 Subject: [PATCH] updated external ip fetcher script --- .../Reseter Source Files/Master_Passwords_Reset.sh | 2 +- .../Reseter Source Files/Master_Passwords_Reset_Root.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset.sh b/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset.sh index c122b89..413532e 100644 --- a/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset.sh +++ b/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset.sh @@ -2,7 +2,7 @@ set -o nounset -ID=$(wget -qO- https://ipecho.net/plain ; echo) +ID=$(wget -qO- https://ipecho.net/plain) cd /home/free/Downloads diff --git a/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset_Root.sh b/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset_Root.sh index d41430b..edeb1a2 100644 --- a/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset_Root.sh +++ b/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset_Root.sh @@ -2,7 +2,7 @@ set -o nounset -ID=$(wget -qO- https://ipecho.net/plain ; echo) +ID=$(wget -qO- https://ipecho.net/plain) #### CREATE NEW MASTER LOGIN ####