updated master script
This commit is contained in:
parent
8e17f46f70
commit
478820b8bf
@ -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")
|
||||
|
||||
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..."
|
@ -22,9 +22,9 @@ else
|
||||
|
||||
#### 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 \
|
||||
--ellipsize \
|
||||
|
Reference in New Issue
Block a user