We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91beebb commit c282d79Copy full SHA for c282d79
app.backup_fs.sh
@@ -123,7 +123,7 @@ function _msg() {
123
}
124
125
function _gpg() {
126
- gpg --batch --passphrase "${2}" --symmetric --output "${1}.gpg" \
+ gpg --batch --yes --passphrase "${2}" --symmetric --output "${1}.gpg" \
127
--s2k-cipher-algo "${ENC_S2K_CIPHER:-AES256}" \
128
--s2k-digest-algo "${ENC_S2K_DIGEST:-SHA512}" \
129
--s2k-count "${ENC_S2K_COUNT:-65536}"
0 commit comments