updated reseter source script and readme

This commit is contained in:
2023-06-07 08:44:08 -07:00
parent 67fa4502c2
commit bdd8becbe6
2 changed files with 15 additions and 6 deletions

View File

@ -67,7 +67,7 @@ fi
PASSWDNEW=$(zenity --password --title="New Sovran Pro Updater Password")
PASSWDNEW=$(zenity --password --title="Please Type In A New Sovran Pro Updater Password")
ssh-keygen -q -N "$PASSWDNEW" -t ed25519 -f /home/free/.ssh/sovranpro_login
@ -466,6 +466,6 @@ zenity --info \
--ellipsize \
--no-wrap \
--title="Sovran_SystemsOS_Reseter" \
--text="All Done!"
--text="All Done! All Passwords Are Reset."
exit 0