fixed ssh command

This commit is contained in:
sose 2020-06-14 20:37:15 +00:00
parent e1ca620430
commit a6258771d9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ check_key_file() {
}
connection_test() {
while ! "$ssh_command exit"
while ! $ssh_command 'exit'
do
echo "There seems to be a problem connecting to the tilde"
echo "Use this shell to try and fix any problems, then try connecting again by exiting the shell"