Add printf
This commit is contained in:
parent
b8658f204c
commit
af1069d83d
|
@ -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++))
|
||||
|
|
Loading…
Reference in New Issue