Skip to content

Commit c282d79

Browse files
committed
Update resources
1 parent 91beebb commit c282d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.backup_fs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function _msg() {
123123
}
124124

125125
function _gpg() {
126-
gpg --batch --passphrase "${2}" --symmetric --output "${1}.gpg" \
126+
gpg --batch --yes --passphrase "${2}" --symmetric --output "${1}.gpg" \
127127
--s2k-cipher-algo "${ENC_S2K_CIPHER:-AES256}" \
128128
--s2k-digest-algo "${ENC_S2K_DIGEST:-SHA512}" \
129129
--s2k-count "${ENC_S2K_COUNT:-65536}"

0 commit comments

Comments
 (0)