Skip to content
Snippets Groups Projects
Commit a9545734 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

[borg] fix whitespace issue

parent 6a3a8321
Branches
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ fi
### REMOVE OLD BACKUPS ###
# borg prune
if [ "$prune" == "yes" ]; then
if [ "$prune" == "yes" ]; then
prunestr="borg prune --keep-hourly $keephourly --keep-daily $keepdaily --keep-weekly $keepweekly --keep-monthly $keepmonthly $execstr_repository"
debug "$prunestr"
if [ $test = 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment