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