Update install.sh

This commit is contained in:
Stefan Pejcic
2025-03-24 18:17:25 +01:00
committed by GitHub
parent a14d677196
commit c0d8b5f8e3

View File

@@ -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