Skip to content

Commit

Permalink
grml-udev-rebuildfstab: fix typo in checking for configuration file
Browse files Browse the repository at this point in the history
Should be /etc/grml/autoconfig instead of /etc/grml/autconfig
of course. :)

Thanks: Felix Egli for the bug report and fix
Closes: grml/grml#199
  • Loading branch information
mika committed Feb 2, 2023
1 parent cd37686 commit 5cea7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grml-udev-rebuildfstab
Expand Up @@ -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
Expand Down

0 comments on commit 5cea7e1

Please sign in to comment.