We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec2162 commit e779931Copy full SHA for e779931
configure
@@ -614,7 +614,7 @@ dkms_check() {
614
echo Yes.
615
DKMSINSTALL=dinstall
616
test "$FROMDKMSCONF" && return
617
- if dkms status | grep ^ipt-netflow, >/dev/null; then
+ if dkms status ipt-netflow | grep ^ipt-netflow/ >/dev/null; then
618
echo "! You are already have module installed via DKMS"
619
echo "! it will be uninstalled on 'make install' and"
620
echo "! current version of module installed afterwards."
0 commit comments