Skip to content
Snippets Groups Projects
Commit 033b303e authored by Jonathan Araña Cruz's avatar Jonathan Araña Cruz
Browse files

Actually run duplicity remove-older-than. Fix regression in...

Actually run duplicity remove-older-than. Fix regression in f007227e
parent b4a6d2d2
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ fi
if [ "$keep" != "yes" ]; then
debug "executing duplicity remove-older-than"
debug "$nice $execstr_precmd duplicity remove-older-than $keep --force $execstr_options $execstr_serverpart"
if [ ! $test ]; then
if [ $test = 0 ]; then
export PASSPHRASE=$password
export SIGN_PASSPHRASE=$signpassword
export FTP_PASSWORD=$ftp_password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment