miyagi-check.sh aktualisiert

This commit is contained in:
2025-06-19 18:15:14 +02:00
parent e62f6f9c2d
commit 59d2e72e62
+1 -1
View File
@@ -95,7 +95,7 @@ esac
check_ssh_connection() {
local host=$1
LOG "🔌 Prüfe SSH-Verbindung zu $host ..."
LOG "Prüfe SSH-Verbindung zu $host ..."
if ssh -p "$SSHPORT" -o BatchMode=yes -o ConnectTimeout=5 "$host" "echo OK" 2>/dev/null | grep -q OK; then
LOG " SSH-Verbindung zu $host erfolgreich."
return 0