X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=scripts%2Fgrml-udev-rebuildfstab;h=b650a69b7d856c1528d1b7013acb2ed4e3f2c648;hb=7ba68d377abca788d8ccf5dc64f7416c65d92925;hp=9181b74b699bc4ad4fed7cc2844c306e4ac68840;hpb=0ce38621e066ffa3b83bec5779a89bb6a3928406;p=grml-udev-config.git diff --git a/scripts/grml-udev-rebuildfstab b/scripts/grml-udev-rebuildfstab index 9181b74..b650a69 100755 --- a/scripts/grml-udev-rebuildfstab +++ b/scripts/grml-udev-rebuildfstab @@ -208,7 +208,7 @@ mountpoint=$(get_mount_point $device) for devicelink in $DEVLINKS ; do # ignore external - case "$devicelink" in "*external*") continue ;; esac + case "$devicelink" in *external*) continue ;; esac stringinfile $devicelink $TMPFILE && bailout 0 done