init.d/procfs: typo fix
This commit is contained in:
parent
63f8ae466f
commit
6bd0f2d096
@ -23,7 +23,7 @@ start()
|
||||
{
|
||||
# Setup Kernel Support for miscellaneous Binary Formats
|
||||
if [ -d /proc/sys/fs/binfmt_misc ] &&
|
||||
[! -e /proc/sys/fs/binfmt_misc/register ]; then
|
||||
[ ! -e /proc/sys/fs/binfmt_misc/register ]; then
|
||||
if ! grep -qs binfmt_misc /proc/filesystems &&
|
||||
modprobe -q binfmt-misc; then
|
||||
ewarn "The binfmt-misc module needs to be configured in \
|
||||
|
Loading…
Reference in New Issue
Block a user