updated reseter source script
This commit is contained in:
parent
e29dd562da
commit
6d4fa3aca6
@ -74,12 +74,11 @@ ssh-keygen -q -N "$PASSWDNEW" -t ed25519 -f /home/free/.ssh/sovranpro_login
|
||||
if [[ $? -eq 1 ]]; then
|
||||
|
||||
exit 1
|
||||
if
|
||||
|
||||
else
|
||||
if [[ $? != 0 ]]; then
|
||||
|
||||
if [[ $? != 0 ]]; then
|
||||
|
||||
zenity --error \
|
||||
zenity --error \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
--title="Sovran_SystemsOS_Reseter" \
|
||||
@ -87,8 +86,6 @@ if [[ $? -eq 1 ]]; then
|
||||
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user