summaryrefslogtreecommitdiff
path: root/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'builder.sh')
-rwxr-xr-xbuilder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder.sh b/builder.sh
index 23de1be..03b0644 100755
--- a/builder.sh
+++ b/builder.sh
@@ -13,4 +13,4 @@ echo $TARGET | xargs ssh-keyscan >$SSHHOME/known_hosts
echo "allow-loopback-pinentry" >>$GNUPGHOME/gpg-agent.conf
gpg-connect-agent reloadagent /bye
-gpg --batch --yes --pinentry-mode loopback --passphrase-file "$GPGPASSWD" --import "$GPGKEY"
+gpg --batch --yes --pinentry-mode loopback --passphrase-file "$GPGPASSWD" --import "$GPGPRIVKEY"