failing ssh connection produces parsable output as any check.

This commit is contained in:
Martin Berghaus
2025-04-12 10:30:41 +02:00
parent 6a3707a00a
commit edf1992015
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ function checkOrStartSSHMaster() {
-f ${_REMOTE_USER}@${_REMOTE_HOSTNAME_FQDN} exit &> /dev/null \
&& return 0
echo "Fail: checkOrStartMaster()"
echo "FAIL#SSH connection (setup correct?)"
return 1
}