diff --git a/init.d/modules.in b/init.d/modules.in index 9def2ce8..9a064607 100644 --- a/init.d/modules.in +++ b/init.d/modules.in @@ -59,7 +59,7 @@ load_modules() Linux) modprobe --first-time --use-blacklist --verbose "$x"; rc=$? ;; *) ;; esac - eend + eend done return 0 }