From cc249cec9ca858caf529ec4475ee750ff72ac4cc Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 4 Mar 2024 13:54:18 +0100 Subject: remove debug logging from gig-gpg script --- .local/share/bin/gpg-git | 1 - 1 file changed, 1 deletion(-) (limited to '.local/share/bin/gpg-git') diff --git a/.local/share/bin/gpg-git b/.local/share/bin/gpg-git index 281b793..df0feca 100755 --- a/.local/share/bin/gpg-git +++ b/.local/share/bin/gpg-git @@ -1,5 +1,4 @@ #!/bin/sh GPG_KEY_ID="$GPG_ID_GIT" # see ~/.profile GPG_KEY_PASSPHRASE="$(pass "gpg/$GPG_KEY_ID.asc" | head -n1)" -echo "gpg $*" >> ~/gpg-git.txt gpg --batch --no-tty --pinentry-mode loopback --passphrase "$GPG_KEY_PASSPHRASE" "$@" -- cgit v1.2.3