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}:"