Update default.inc

This commit is contained in:
2023-04-30 14:36:15 -05:00
parent 99b9142ab6
commit ac9c02762f

View File

@@ -157,7 +157,7 @@ SHOW_TIME() {
fi
if [ $min != 0 ] && [ $day = 0 ]; then
if [ $hour != 0 ]; then t+=", "; fi
t+="${min} mins, ${sec} secs"
t+="${min} mins ${sec} secs"
fi
echo ${t}
}