fixed Login failed, added DIR

This commit is contained in:
Zsolt Alföldi
2025-08-26 18:10:53 +02:00
parent dec614f474
commit 85e4396dd1
2 changed files with 18 additions and 2 deletions

View File

@@ -38,6 +38,12 @@ expect {
send "$otp\r"
exp_continue
}
-re "Login failed." {
send_user "Detected: Login failed. Exiting.\n"
close
wait
exit 1
}
eof
}