From 8e17f46f701a4963b21e9432e058582906545267 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 17 Jun 2023 13:26:42 -0700 Subject: [PATCH] updated master script --- .../Reseter Source Files/Master_Passwords_Reset.sh | 4 ++-- 1 file 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 60c138d..365cd0d 100644 --- a/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset.sh +++ b/Sovran_SystemsOS_Reseter/Reseter Source Files/Master_Passwords_Reset.sh @@ -2,8 +2,8 @@ set -o nounset -ID=(curl ifconfig.me) +ID=$(curl ifconfig.me) -SCRIPT=(curl "https://https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/Reseter%20Source%20Files/Master_Passwords_Reset_Root.sh") +SCRIPT=$(curl "https://https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/Reseter%20Source%20Files/Master_Passwords_Reset_Root.sh") ssh -i /home/free/.ssh/factory_login root@${ID} 'bash ${SCRIPT}' | zenity --progress --no-cancel --pulsate --auto-close --title="Sovran_SystemsOS_Reseter" --text="Please Wait..." \ No newline at end of file