From e84c84db6bec90a4bc17d87e4c74f2e593e3074d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 11 Oct 2025 18:04:27 -0400 Subject: [PATCH] disconnect: handle separate non-interactive sessions too --- disconnect | 1 + 1 file changed, 1 insertion(+) diff --git a/disconnect b/disconnect index c7bf839..4c59401 100755 --- a/disconnect +++ b/disconnect @@ -11,6 +11,7 @@ for host in ${hosts_all[@]}; do echo ssh root@$host -O exit || true + ssh root@$host -O exit true || true echo done