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[@]}" }