From b2528558cbe47d5235b8b90e841cdcf12e4a9026 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 13 Jan 2026 12:22:39 +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 76f95a6..cf6841c 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -75,7 +75,7 @@ cy-ssh() { if [ $# -lt 1 ]; then echo "Usage: $0 [ssh-options...]" - exit 1 + return 1 fi HOST="$1"