We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a58af commit 55197dcCopy full SHA for 55197dc
gpg.sh
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-gpg --batch --no-default-keyring --secret-keyring $1 -s -a --passphrase-fd 3 3<&0 < <(echo $MESSAGE | sed -e "s/\\\\n/\n/g")
+gpg --batch --no-default-keyring --secret-keyring $1 -b -a --passphrase-fd 3 3<&0 < <(echo $MESSAGE | sed -e "s/\\\\n/\n/g")
0 commit comments