summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-04-17 11:52:19 +0300
committertoufic ar <contact@toufy.me>2026-04-17 11:52:19 +0300
commitbc095d4ac696ab1dc0344235901bb182ba095001 (patch)
tree6d9d9974fc512534a94e3dd6ddd0bda8fc07920b
parent4ee93930dfec6a9ccbf995c56d524ad89897ede9 (diff)
downloadtaur-main.tar.gz
taur-main.zip
replace GPGKEY with GPGPRIVKEYHEADmain
-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"