Different from current user

This commit is contained in:
Bob Mottram 2018-02-05 13:01:54 +00:00
parent 0da7162f90
commit 82645af71a
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ function gpg_agent_setup {
if ! grep -q 'allow-loopback-pinentry' /home/$gpg_username/.gnupg/gpg-agent.conf; then
echo 'allow-loopback-pinentry' >> /home/$gpg_username/.gnupg/gpg-agent.conf
fi
if [[ "$USER" == 'root' ]]; then
if [[ "$gpg_username" != "$USER" ]]; then
su -c "echo RELOADAGENT | gpg-connect-agent" - $gpg_username
else
echo RELOADAGENT | gpg-connect-agent