properly declare empty array
This commit is contained in:
parent
87549429c3
commit
88b8d48183
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ BORG_BACKUP_DIRS=(
|
||||||
APPENDONLY="YES" #unset if not used
|
APPENDONLY="YES" #unset if not used
|
||||||
BORG_PRUNEARG=("--keep-daily=7" "--keep-weekly=4" "--keep-monthly=12")
|
BORG_PRUNEARG=("--keep-daily=7" "--keep-weekly=4" "--keep-monthly=12")
|
||||||
MYREPO=${USER}@${BORGHOST}:${REPO}
|
MYREPO=${USER}@${BORGHOST}:${REPO}
|
||||||
BORG_ARGS=""
|
BORG_ARGS=()
|
||||||
|
|
||||||
if [[ -e "$PERSONALCONFIG" ]] ; then
|
if [[ -e "$PERSONALCONFIG" ]] ; then
|
||||||
ls -l "$PERSONALCONFIG"
|
ls -l "$PERSONALCONFIG"
|
||||||
|
|
Loading…
Add table
Reference in a new issue