Take the training wheels off ;-)

This commit is contained in:
Robert Bruce Park
2013-11-13 10:34:47 -08:00
parent 8bb5b3f265
commit 19446c24b9
+1 -1
View File
@@ -41,7 +41,7 @@ fn_find_backups() {
fn_expire_backup() {
fn_log_info "Expiring $1"
echo rm -rf -- "$1"
rm -rf -- "$1"
}
# -----------------------------------------------------------------------------