updated reseter source script and readme
This commit is contained in:
parent
bdd8becbe6
commit
f18a61da73
@ -67,7 +67,13 @@ fi
|
||||
|
||||
|
||||
|
||||
PASSWDNEW=$(zenity --password --title="Please Type In A New Sovran Pro Updater Password")
|
||||
PASSWDNEW=$(zenity --password --title="Please Type In A New Sovran Pro Updater Password"
|
||||
|
||||
if [[ $? -eq 1 ]]; then
|
||||
|
||||
exit 1
|
||||
|
||||
fi)
|
||||
|
||||
ssh-keygen -q -N "$PASSWDNEW" -t ed25519 -f /home/free/.ssh/sovranpro_login
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user