mirror of
https://github.com/status-im/infra-role-s3cmd-upload.git
synced 2025-01-21 06:08:50 +00:00
drop --no-use-agent flag that has no effect
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3356b07065
commit
554ee3f5d5
@ -23,8 +23,8 @@ follow_symlinks = False
|
||||
force = False
|
||||
get_continue = False
|
||||
gpg_command = /usr/bin/gpg
|
||||
gpg_decrypt = %(gpg_command)s -d --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s
|
||||
gpg_encrypt = %(gpg_command)s -c --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s
|
||||
gpg_decrypt = %(gpg_command)s -d --verbose --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s
|
||||
gpg_encrypt = %(gpg_command)s -c --verbose --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s
|
||||
guess_mime_type = True
|
||||
human_readable_sizes = False
|
||||
invalidate_default_index_on_cf = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user