This commit is contained in:
35C4n0r 2026-01-03 02:16:55 +00:00
parent fced1bd91e
commit 92263a09f9

View File

@ -4,7 +4,7 @@ BOLD='\033[0;1m'
# Convert templated variables to shell variables # Convert templated variables to shell variables
SAVE_INTERVAL="${SAVE_INTERVAL}" SAVE_INTERVAL="${SAVE_INTERVAL}"
TMUX_CONFIG=$(echo -n "${TMUX_CONFIG:-}" | base64 -d) TMUX_CONFIG=$(echo -n "${TMUX_CONFIG}" | base64 -d)
# Function to install tmux # Function to install tmux
install_tmux() { install_tmux() {