remove wrong line

This commit is contained in:
Tobias Powalowski 2022-04-28 08:19:38 +02:00
parent f8045948d5
commit 4e93761b51

View file

@ -128,7 +128,7 @@ _gpg_check() {
done
while true; do
# gpg-agent finished in background
[[ "$(pgrep -x gpg-agent -c)" == "2" ]] && break
if [[ "$(pgrep -x gpg-agent -c)" == "2" ]] && break
sleep 1
done
while pgrep -x gpg-agent -c