From 709b4a514e24620145756a312ef9aab0662a3d8f Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 28 Apr 2010 11:55:04 -0700 Subject: ftpdir-cleanup: Fix cleanup of package pool --- cron-jobs/ftpdir-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron-jobs/ftpdir-cleanup') diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup index 1ccc654..2496ced 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -64,7 +64,7 @@ if [ -n "$to_cleanup" ]; then echo " $(basename "$f")" done echo "" - mv "$f" "$CLEANUP_DESTDIR" + mv $to_cleanup "$CLEANUP_DESTDIR" fi cleanup -- cgit v1.2.3-24-g4f1b