rootfs/home/andre/.bashrc aktualisiert

This commit is contained in:
2026-01-21 08:29:15 +01:00
parent 0892da3971
commit eaad5c3a0c

View File

@@ -155,6 +155,11 @@ cy-ssh() {
echo "DEBUG: ${CMD[*]}" >&2 echo "DEBUG: ${CMD[*]}" >&2
"${CMD[@]}" "${CMD[@]}"
local exit_code=$?
if [ $exit_code -ne 0 ]; then
echo "SSH-Verbindung fehlgeschlagen (Exit-Code: $exit_code)"
fi
return $exit_code
} }
RDP() { RDP() {