diff --git a/custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh b/custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh index 4caa80f..5e3a8be 100755 --- a/custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh +++ b/custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh @@ -14,7 +14,7 @@ if [[ ! -e $HOME/.gpg-agent-info ]]; then --enable-ssh-support \ --daemon \ --pinentry-program $(brew --prefix)/bin/pinentry-mac \ - 2>&1 >/dev/null + 2> /dev/null > $HOME/.gpg-agent-info fi fi