diff options
| author | Robert Bruce Park <r@robru.ca> | 2013-11-13 10:34:47 -0800 |
|---|---|---|
| committer | Robert Bruce Park <r@robru.ca> | 2013-11-13 10:34:47 -0800 |
| commit | 19446c24b9821cd8771bff8992ac8770dae599bd (patch) | |
| tree | 7b1197ba28db01095d84fa40c6f5d43754c76395 | |
| parent | 8bb5b3f2650282330e400cf88839be02e6830029 (diff) | |
Take the training wheels off ;-)
| -rw-r--r-- | rsync_tmbackup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 1413db8..67d22d1 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -41,7 +41,7 @@ fn_find_backups() { fn_expire_backup() { fn_log_info "Expiring $1" - echo rm -rf -- "$1" + rm -rf -- "$1" } # ----------------------------------------------------------------------------- |
