diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/borg.sh.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/borg.sh.erb b/templates/borg.sh.erb index ee248e6..6a9367f 100644 --- a/templates/borg.sh.erb +++ b/templates/borg.sh.erb @@ -148,6 +148,7 @@ if [ "<%= @encryption %>" == "keyfile" ] && [ ! -z "<%= @keyfile %>" ]; then gpg_copy_exit=$? fi else + gpg_exit=0 gpg_copy_exit=0 fi |