Skip to content

Commit

Permalink
Add dirmngr to apt process check exclusions, #613
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Oct 24, 2017
1 parent 3ed548b commit b165eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/maverick
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ if [ "$CONFIGURE" != "true" ]; then
fi

# Check that there are no apt/dpkg processes going on
_aptdpkg=$(ps -ef |egrep 'apt|dpkg' |grep -v grep |grep -v dnsmasq)
_aptdpkg=$(ps -ef |egrep 'apt|dpkg' |grep -v grep |grep -v dnsmasq |grep -v dirmngr)
if [ "z${_aptdpkg}" != "z" ]; then
echo "${red}Error: There are active apt/dpkg processes. This will interfere with Maverick, please ensure there are no apt/dpkg processes before running Maverick.${reset}"
exit 1
Expand Down

0 comments on commit b165eb5

Please sign in to comment.