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"