From 92a39325cf85e838f64503e732ac6a8a566d5b1f Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 23 Jan 2015 19:12:57 +0000 Subject: [PATCH] unset ftp_password variable --- duplicity-backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/duplicity-backup.sh b/duplicity-backup.sh index e384702..b545922 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -770,5 +770,6 @@ unset AWS_ACCESS_KEY_ID unset AWS_SECRET_ACCESS_KEY unset PASSPHRASE unset SIGN_PASSPHRASE +unset FTP_PASSWORD # vim: set tabstop=2 shiftwidth=2 sts=2 autoindent smartindent: