From f5f0ac5435a8f2f9d8c522db2e810ad6a15486d1 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Fri, 17 Jan 2025 21:19:22 +0300 Subject: [PATCH] Added + before command --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index bff4a03..6864e19 100644 --- a/installer.sh +++ b/installer.sh @@ -7,7 +7,7 @@ debug_out_function(){ dt="[$(date -Is)]" res1=${res#*debug_out_function} result="${res1%%$pattern*}" - echo "$dt ${result# }" + echo "$dt + ${result# }" } exec 3>&1 1> >(tee -a "$DEBUG_LOG_FILE") 2>&1 trap "debug_out_function $BASH_COMMAND>>$DEBUG_LOG_FILE" DEBUG