summaryrefslogtreecommitdiffstats
path: root/cron-jobs/ftpdir-cleanup
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-08-31 04:05:22 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-08-31 04:05:22 +0200
commit7f0886c7e8935352007d6ba8acc6d9e28b55f2da (patch)
treee6849edfdfa9fb16dd51b6eed30af4f66aebe14d /cron-jobs/ftpdir-cleanup
parent909b017c08109bda405a3e38a59cbf26211e6683 (diff)
downloaddbscripts-7f0886c7e8935352007d6ba8acc6d9e28b55f2da.tar.gz
dbscripts-7f0886c7e8935352007d6ba8acc6d9e28b55f2da.tar.xz
Fix an error message copy/paste error
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs/ftpdir-cleanup')
-rwxr-xr-xcron-jobs/ftpdir-cleanup2
1 files changed, 1 insertions, 1 deletions
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