update default path to dates dir
This commit is contained in:
parent
20ba5378c2
commit
28dcf8293c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
file="$1"
|
||||
dir="${2:-./dates}"
|
||||
dir="${2:-/opt/backuprunner/dates}"
|
||||
|
||||
threshold=$(( 8 * 24 * 3600 )) # eight days
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue