removed quotes from prune commandline
This commit is contained in:
parent
2d3a19db31
commit
21476ff27b
@ -595,7 +595,7 @@ if [ -n "$borgPrune" ]; then
|
||||
# parameters defined
|
||||
echo -e "${bold}${op}${stamp} Executing borg prune operation${normal}" \
|
||||
>> "$logFile"
|
||||
borg --show-rc prune -v ${borgPruneParams} "${borgPrune}" \
|
||||
borg prune --show-rc -v -n ${borgPruneParams} ${borgPrune} \
|
||||
2>> "$logFile"
|
||||
# check return-status
|
||||
pruneResult="$?"
|
||||
|
Loading…
Reference in New Issue
Block a user