minor fix

This commit is contained in:
2024-01-13 15:12:20 -05:00
parent 2c736e0108
commit a7b30f4b34
2 changed files with 2 additions and 2 deletions
+1 -1
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}:"