From 5ad10548253bb53e2e2321fddb8d501c670c7a95 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 10 Jan 2026 13:19:07 +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 ae7bf9b..5cebf96 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -156,7 +156,7 @@ cark-ssh() { ############################################################################### # Optional Debug ############################################################################### - # echo "DEBUG: ${CMD[*]}" >&2 + echo "DEBUG: ${CMD[*]}" >&2 exec "${CMD[@]}" }