mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin backup: fix quoting
This commit is contained in:
parent
34eeebbe37
commit
78d372adf4
1 changed files with 1 additions and 2 deletions
|
@ -19,5 +19,4 @@ EOM
|
|||
esac
|
||||
|
||||
printf "autobackup.value "
|
||||
find $BACKUP_DIR -mtime -$LIFETIME | wc -l
|
||||
|
||||
find "$BACKUP_DIR" -mtime "-$LIFETIME" | wc -l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue