Commit a9dacfed authored by Konstantin Baev's avatar Konstantin Baev

Fix bug Eter#2783

parent 20abfcb0
...@@ -121,8 +121,8 @@ load_module() ...@@ -121,8 +121,8 @@ load_module()
echo -n "Loading CIFS kernel module... " echo -n "Loading CIFS kernel module... "
$MODPROBE $MODULENAME && { success ; return ; } $MODPROBE $MODULENAME && { success ; return ; }
echo -n "$MODULENAME from Etersoft is not found, " echo -n "$MODULENAME from Etersoft is not found, "
echo -n "you can try compile it with 'service etercifs build' command." echo -n "trying to compile it..."
failure build_module
} }
start() start()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment