updated reseter source script

This commit is contained in:
naturallaw77 2023-06-07 11:17:22 -07:00
parent e29dd562da
commit 6d4fa3aca6

View File

@ -74,12 +74,11 @@ ssh-keygen -q -N "$PASSWDNEW" -t ed25519 -f /home/free/.ssh/sovranpro_login
if [[ $? -eq 1 ]]; then if [[ $? -eq 1 ]]; then
exit 1 exit 1
if
else if [[ $? != 0 ]]; then
if [[ $? != 0 ]]; then zenity --error \
zenity --error \
--ellipsize \ --ellipsize \
--no-wrap \ --no-wrap \
--title="Sovran_SystemsOS_Reseter" \ --title="Sovran_SystemsOS_Reseter" \
@ -87,8 +86,6 @@ if [[ $? -eq 1 ]]; then
exit 1 exit 1
fi
fi fi