Mtab: fix typo
This commit is contained in:
parent
07694255a4
commit
05c2d68192
@ -14,7 +14,7 @@ start()
|
|||||||
{
|
{
|
||||||
# /etc/mtab could be a symlink to /proc/mounts
|
# /etc/mtab could be a symlink to /proc/mounts
|
||||||
if [ ! -w /etc/mtab -a -L /etc/mtab ]; then
|
if [ ! -w /etc/mtab -a -L /etc/mtab ]; then
|
||||||
eeinfo "Skipping mtab update (non writeable symlink)"
|
einfo "Skipping mtab update (non writeable symlink)"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user