Skip to content

Commit

Permalink
Cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Mar 20, 2023
1 parent 284377f commit 7828139
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tmstatus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,14 @@ if [ -n "${TODAY}" ] ; then


if [ "${NUMBER_OF_TODAYS_BACKUPS}" -eq 0 ] ; then
echo "${NUMBER_OF_TODAYS_BACKUPS} backups today (${TODAYS_DATE}):"
echo "${NUMBER_OF_TODAYS_BACKUPS} backups today (${TODAYS_DATE})"
else
if [ "${NUMBER_OF_TODAYS_BACKUPS}" -eq 1 ] ; then
echo "${NUMBER_OF_TODAYS_BACKUPS} backup today (${TODAYS_DATE}):"
echo "${NUMBER_OF_TODAYS_BACKUPS} backup today (${TODAYS_DATE}) at"
else
echo "${NUMBER_OF_TODAYS_BACKUPS} backups today (${TODAYS_DATE}):"
echo "${NUMBER_OF_TODAYS_BACKUPS} backups today (${TODAYS_DATE}) at"
fi
echo
echo "${TODAYS_BACKUPS}"
echo "${TODAYS_BACKUPS}" | sed 's/^/ * /'
fi

fi
Expand Down

0 comments on commit 7828139

Please sign in to comment.