Skip to content

Commit 55197dc

Browse files
committed
Make detached signatures
1 parent c6a58af commit 55197dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/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")
2+
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

Comments
 (0)