Try shorter decoding

This commit is contained in:
Eugene Yokota 2020-12-02 21:26:41 -05:00
parent fba70c7af2
commit 7781c86aea
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE
# echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE
echo $PGP_SECRET | base64 --decode | gpg --batch --import