Add printf

This commit is contained in:
Santiago Lo Coco 2022-01-06 00:44:50 -03:00
parent b8658f204c
commit af1069d83d
1 changed files with 1 additions and 0 deletions

View File

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