From 0ddd3196fc62a15b953fdb457dcb85e3d764bf07 Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 21 Jan 2026 08:51:11 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index 9f33212..8f8934b 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -129,7 +129,7 @@ cy-ssh() { # Prüfe ob Hostname auflösbar ist if ! getent hosts "$SSH_HOSTNAME" ; then # Versuche alternativen Hostname - SSH_HOSTNAME_DOM="finance.conadm.de" + SSH_HOSTNAME_DOM="${SSH_HOSTNAME}.conadm.de" if ! getent hosts "$SSH_HOSTNAME_DOM"; then echo " ! cy-ssh Fehler: \"${SSH_HOSTNAME}\" und \"${SSH_HOSTNAME_DOM}\" nicht auflösbar" >&2