diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-22 17:18:27 -0400 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-22 17:18:27 -0400 |
commit | d1f0d5732167d142af48b48a84bbbbd2adb7593a (patch) | |
tree | 642d3daecbe02beb36e0a46049b623f55e0c69a9 /cron-jobs/ftpdir-cleanup | |
parent | 41bf0372aacd5737f31968d6a274e813301b69cc (diff) |
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-x | cron-jobs/ftpdir-cleanup | 4 |
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 |