borg-backup.sh,borg-backup-nc.sh: minor change on script output.

This commit is contained in:
Christoph 2024-07-10 01:05:05 +02:00
parent 89d974defc
commit a35a49dde9
2 changed files with 6 additions and 2 deletions

View File

@ -689,7 +689,9 @@ echo -e "\n\n###### Server backup finished on ${endDateReadable} (${durationRead
# Send Summery
#
echo -e -n " Send Summary.."
if $terminal ; then
echo -e -n " Send Summary.."
fi
datum="$(date +"%d.%m.%Y %H:%M")"

View File

@ -656,7 +656,9 @@ echo -e "\n\n###### Server backup finished on ${endDateReadable} (${durationRead
# Send Summery
#
echo -e -n " Send Summary.."
if $terminal ; then
echo -e -n " Send Summary.."
fi
datum="$(date +"%d.%m.%Y %H:%M")"