updated master script

This commit is contained in:
naturallaw77 2023-06-17 13:34:30 -07:00
parent 8e17f46f70
commit 478820b8bf
2 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ 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..." ssh -i /home/free/.ssh/factory_login root@${ID} 'bash ${SCRIPT}' | zenity --progress --no-cancel --pulsate --auto-close --width=700 --title="Sovran_SystemsOS_Reseter" --text="Please Wait Passwords Are Being Reset..."

View File

@ -22,9 +22,9 @@ else
#### Check to See If It Has Been Run Before #### #### Check to See If It Has Been Run Before ####
FILE=/var/lib/beacons/reseter/completed FILE=$(/var/lib/beacons/reseter/completed)
if [ -f "{$FILE}" ]; then if [ -f {$FILE} ]; then
zenity --error \ zenity --error \
--ellipsize \ --ellipsize \