From 2c22a4727f05ed210fc92b7bf0b67ab235d4add3 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Mon, 30 Sep 2019 10:39:29 -0500 Subject: [PATCH] Update rsync_xfer.sh --- utils/packpack/rsync_xfer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/rsync_xfer.sh b/utils/packpack/rsync_xfer.sh index fb19fb46d..e2e7f8ed7 100755 --- a/utils/packpack/rsync_xfer.sh +++ b/utils/packpack/rsync_xfer.sh @@ -36,7 +36,7 @@ if [ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${OS}" == "debian" ] || [ "${OS}" echo # Don't keep packages older than 5 days - find -L ./zmrepo/$targetfolder/ -maxdepth 1 -type f -mtime +5 -delete + find ./zmrepo/$targetfolder/ -maxdepth 1 -type f,l -mtime +5 -delete rsync -vzlh --ignore-errors build/* zmrepo/$targetfolder/ fusermount -zu zmrepo else