only check for existenve of local path if we need it

This commit is contained in:
Rob Pearce 2019-03-20 20:34:56 +11:00
parent da46e88982
commit b09a7b16cc
1 changed files with 9 additions and 9 deletions

View File

@ -319,7 +319,6 @@ for f in $REPOSTOBACKUP; do
fi
fi
fi
fi
if ! [[ -e ${DATAPATH} ]]; then
log "Error: ${DATAPATH} doesn't exist"
@ -331,6 +330,7 @@ for f in $REPOSTOBACKUP; do
log "Error: ${DATAPATH} exists but appears to be empty"
exit 1
fi
fi
done