Add printf
This commit is contained in:
parent
b8658f204c
commit
af1069d83d
|
@ -567,6 +567,7 @@ runScript() {
|
||||||
|
|
||||||
while [ $i -lt "${#steps[@]}" ]; do
|
while [ $i -lt "${#steps[@]}" ]; do
|
||||||
step=${steps[$i]}
|
step=${steps[$i]}
|
||||||
|
[[ $debugFlagToStdout = true || $debugFlag = true ]] && printf '\n---\n%s\n---\n' "$step" >> CocoASAIS.log
|
||||||
saveVar "lastStep" "$step"
|
saveVar "lastStep" "$step"
|
||||||
$step
|
$step
|
||||||
((i++))
|
((i++))
|
||||||
|
|
Loading…
Reference in New Issue