Merge pull request #84 from phillxnet/unset-ftp-password

unset ftp_password variable
This commit is contained in:
zertrin 2015-04-16 20:51:48 +02:00
commit 624e32be4b

View file

@ -788,5 +788,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: