summaryrefslogtreecommitdiffstats
path: root/cron-jobs/ftpdir-cleanup
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-05-22 23:18:27 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-05-22 23:18:27 +0200
commitd1f0d5732167d142af48b48a84bbbbd2adb7593a (patch)
tree642d3daecbe02beb36e0a46049b623f55e0c69a9 /cron-jobs/ftpdir-cleanup
parent41bf0372aacd5737f31968d6a274e813301b69cc (diff)
downloaddbscripts-d1f0d5732167d142af48b48a84bbbbd2adb7593a.tar.gz
dbscripts-d1f0d5732167d142af48b48a84bbbbd2adb7593a.tar.xz
Git tells me this file was modifed
I don't know what changed, but I am committing to check! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs/ftpdir-cleanup')
-rwxr-xr-xcron-jobs/ftpdir-cleanup4
1 files changed, 2 insertions, 2 deletions
diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup
index 576dd6e..d6dce11 100755
--- a/cron-jobs/ftpdir-cleanup
+++ b/cron-jobs/ftpdir-cleanup
@@ -104,11 +104,11 @@ if [ -n "$EXTRAFILES" ]; then
fi
if [ -n "${DELETEFILES}" ]; then
- #mv ${DELETEFILES} /home/package-cleanup/
+ mv ${DELETEFILES} /home/package-cleanup/
echo ""
fi
if [ -n "${EXTRAFILES}" ]; then
- #mv ${EXTRAFILES} /home/package-cleanup/
+ mv ${EXTRAFILES} /home/package-cleanup/
echo ""
fi