bugfix newline
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ modprobe_everything()
|
|||||||
debug_log "modprobe_everything" "$*"
|
debug_log "modprobe_everything" "$*"
|
||||||
|
|
||||||
echo_green_star >&2
|
echo_green_star >&2
|
||||||
echo -n "Probing for hardware" >&2
|
echo "Probing for hardware" >&2
|
||||||
|
|
||||||
find /lib/modules/ | while read MODULE; do
|
find /lib/modules/ | while read MODULE; do
|
||||||
modprobe $MODULE 2>/dev/null
|
modprobe $MODULE 2>/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user