updated reseter source script

This commit is contained in:
naturallaw77 2023-06-07 12:02:28 -07:00
parent 8a590bfd89
commit 38d0f70ab4

View File

@ -73,7 +73,7 @@ ssh-keygen -q -N "$PASSWDNEW" -t ed25519 -f /home/free/.ssh/sovranpro_login
if [[ $? -eq 1 ]]; then if [[ $? -eq 1 ]]; then
exit 1 exit 2
elif [[ $? != 0 ]]; then elif [[ $? != 0 ]]; then