minor fix

This commit is contained in:
Oleg Sheynin 2024-01-13 15:12:20 -05:00
parent 2c736e0108
commit a7b30f4b34
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.4.5
0.4.6

View File

@ -51,7 +51,7 @@ files=$(eval ${Cmd})
if [ "$files" == "" ]
then
echo "No files found older than ${Oldest} in ${LogDir}"
echo "No files found older than ${Oldest} in ${ArchiveDir}"
else
Target="${TargetHost}:/home/cvtt/Archive/${FromHost}/"
echo "Moving files to ${Target}:"