mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 22:42:24 -05:00
disconnect: handle separate non-interactive sessions too
This commit is contained in:
parent
f2a4df1d0f
commit
e84c84db6b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue