Else in wrong place

This commit is contained in:
Michael Stanclift 2020-05-30 20:40:33 -05:00
parent 21f25e00a2
commit cf80241c9e

View File

@ -853,11 +853,10 @@ function detect_sshkeygen {
echo_info
KEYGEN_COMMAND="dropbearkey -t rsa -f"
else
MESSAGE="No Alternatives Located"
echo_info
exit_nochange
else
fi
fi
}