Browse Source

do not display "file not found" for /etc/lsb-release

master
Harald Hoyer 16 years ago
parent
commit
0a98b6d905
  1. 2
      modules.d/95udev-rules.ub810/check

2
modules.d/95udev-rules.ub810/check

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#!/bin/sh

[ -f /etc/lsb-release ] && \
grep -q 'DISTRIB_DESCRIPTION="Ubuntu 8.10"' /etc/lsb-release
grep -q 'DISTRIB_DESCRIPTION="Ubuntu 8.10"' /etc/lsb-release 2>/dev/null

Loading…
Cancel
Save