From a7b30f4b345c0305a2e3d1c3f32e20f76604caea Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Sat, 13 Jan 2024 15:12:20 -0500 Subject: [PATCH] minor fix --- release_version.txt | 2 +- utils/move_archives.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release_version.txt b/release_version.txt index 0bfccb0..c0a1ac1 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -0.4.5 +0.4.6 \ No newline at end of file diff --git a/utils/move_archives.sh b/utils/move_archives.sh index fab0764..f4be001 100755 --- a/utils/move_archives.sh +++ b/utils/move_archives.sh @@ -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}:"