Skip to content

Commit

Permalink
Fix unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pschiffe committed Jul 22, 2024
1 parent 5ddadc8 commit 17793dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions borg-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ fi

if [ "${SHOW_PROGRESS:=0}" -eq 1 ]; then
PROGRESS='--progress'
else
PROGRESS=''
fi

if [ -n "${SSHFS:-}" ]; then
Expand Down

0 comments on commit 17793dd

Please sign in to comment.