From af1069d83dfd5821556eeaea5035f72cdbfa37e7 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 6 Jan 2022 00:44:50 -0300 Subject: [PATCH] Add printf --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 38f69e9..2cfca57 100755 --- a/install.sh +++ b/install.sh @@ -567,6 +567,7 @@ runScript() { while [ $i -lt "${#steps[@]}" ]; do step=${steps[$i]} + [[ $debugFlagToStdout = true || $debugFlag = true ]] && printf '\n---\n%s\n---\n' "$step" >> CocoASAIS.log saveVar "lastStep" "$step" $step ((i++))