properly declare empty array

This commit is contained in:
Tobias Klaus 2022-04-03 14:30:10 +02:00 committed by layman
parent 87549429c3
commit 88b8d48183

View file

@ -28,7 +28,7 @@ BORG_BACKUP_DIRS=(
APPENDONLY="YES" #unset if not used
BORG_PRUNEARG=("--keep-daily=7" "--keep-weekly=4" "--keep-monthly=12")
MYREPO=${USER}@${BORGHOST}:${REPO}
BORG_ARGS=""
BORG_ARGS=()
if [[ -e "$PERSONALCONFIG" ]] ; then
ls -l "$PERSONALCONFIG"