From 7f0886c7e8935352007d6ba8acc6d9e28b55f2da Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 30 Aug 2008 21:05:22 -0500 Subject: Fix an error message copy/paste error Signed-off-by: Aaron Griffin --- 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 ce91b62..65f0855 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -17,7 +17,7 @@ ctrl_c() { if [ -f "$LOCKFILE" ]; then owner="$(/usr/bin/stat -c %U $LOCKFILE)" - echo "error: source tarball generation is already in progress (started by $owner)" + echo "error: ftp cleanup is already in progress (started by $owner)" exit 1 fi -- cgit v1.2.3-24-g4f1b