diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index 0e456bc..fe41d82 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -158,7 +158,7 @@ cark-ssh() { ############################################################################### echo "DEBUG: ${CMD[*]}" >&2 - exec "${CMD[@]}" + "${CMD[@]}" } __RDP() {