From 92263a09f9018ebd55a2f4af7b9588d678cb5f83 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sat, 3 Jan 2026 02:16:55 +0000 Subject: [PATCH] wip --- registry/anomaly/modules/tmux/scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/anomaly/modules/tmux/scripts/run.sh b/registry/anomaly/modules/tmux/scripts/run.sh index a15a14d1..59a598f4 100755 --- a/registry/anomaly/modules/tmux/scripts/run.sh +++ b/registry/anomaly/modules/tmux/scripts/run.sh @@ -4,7 +4,7 @@ BOLD='\033[0;1m' # Convert templated variables to shell variables SAVE_INTERVAL="${SAVE_INTERVAL}" -TMUX_CONFIG=$(echo -n "${TMUX_CONFIG:-}" | base64 -d) +TMUX_CONFIG=$(echo -n "${TMUX_CONFIG}" | base64 -d) # Function to install tmux install_tmux() {