aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/modules.in2
1 files changed, 1 insertions, 1 deletions
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
}