updated master script
This commit is contained in:
parent
337b7a43d0
commit
8e17f46f70
@ -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..."
|
Loading…
Reference in New Issue
Block a user