From c0d8b5f8e319fab67d62bfc96494b3a81db027a2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 24 Mar 2025 18:17:25 +0100 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index d6992214..86884e52 100644 --- a/install.sh +++ b/install.sh @@ -126,6 +126,7 @@ debug_log() { echo "[$timestamp] $message" | tee -a "$LOG_FILE" "$@" 2>&1 | tee -a "$LOG_FILE" else + # ❯❯❯ # No terminal output, only log file echo "[$timestamp] COMMAND: $@" >> "$LOG_FILE" "$@" > /dev/null 2>&1