X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fgrml-udev-rebuildfstab;h=3e64e1b5bcc8ecb1ac66e64a153f28b33673a77e;hb=refs%2Fheads%2Fmaster;hp=fc5e191fcd6eb1234c4aa47b13aaf9d17cf0714c;hpb=365c6de7922578cf6bc04c0b7f77d354f5fa8300;p=grml-udev-config.git diff --git a/scripts/grml-udev-rebuildfstab b/scripts/grml-udev-rebuildfstab index fc5e191..3e64e1b 100755 --- a/scripts/grml-udev-rebuildfstab +++ b/scripts/grml-udev-rebuildfstab @@ -32,7 +32,7 @@ echo "$$" > /var/run/rebuildfstab.pid umask 022 -[ -e /etc/grml/autconfig ] && . /etc/grml/autoconfig +[ -e /etc/grml/autoconfig ] && . /etc/grml/autoconfig if ! [ -w "$(dirname $MNTFILE)" ] ; then echo "$0: can not write to $MNTFILE">&2