fix quoting issue

This commit is contained in:
Vincent Riquer 2026-01-16 02:54:43 +01:00
parent 04343b42ca
commit 0e01c85aa5

10
atom
View File

@ -697,11 +697,11 @@ endtime=$EPOCHSECONDS
(( cron )) || echo -n $'\r'
(( ran )) \
&& echo -n "Ran $ran tasks${failed:+, $failed of which failed,} \
in ${days:+$days days,} \
${hours:+$hours hours,} \
${minutes:+$minutes minutes and} \
$seconds seconds."
&& echo -n "Ran $ran tasks${failed:+, $failed of which failed,}" \
"in ${days:+$days days,}" \
"${hours:+$hours hours,}" \
"${minutes:+$minutes minutes and}" \
"$seconds seconds."
(( cron )) || echo -en "\033[K"
(( ran )) && echo