Merge pull request #560 from mverboom/master
Explorer pipes output of apt-key list, which always generates:
This commit is contained in:
commit
518903af1b
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ else
|
||||||
name="$__object_id"
|
name="$__object_id"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apt-key list | grep -Fqe "$name" \
|
apt-key list 2> /dev/null | grep -Fqe "$name" \
|
||||||
&& echo present \
|
&& echo present \
|
||||||
|| echo absent
|
|| echo absent
|
||||||
|
|
Loading…
Reference in a new issue