shorter hint

This commit is contained in:
Martin Berghaus
2025-04-12 16:09:16 +02:00
parent edf1992015
commit e3f3be3725
3 changed files with 3 additions and 3 deletions

View File

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