95dasd: fixed typo in modules.conf generation
parent
896199c652
commit
9a2860a3ee
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
dasd_arg=$(getarg dasd=)
|
dasd_arg=$(getarg dasd=)
|
||||||
if [ -n "$dasd_arg" ]; then
|
if [ -n "$dasd_arg" ]; then
|
||||||
echo "option dasd_mod dasd=$dasd_arg" >> /etc/modprobe.d/dasd.conf
|
echo "options dasd_mod dasd=$dasd_arg" >> /etc/modprobe.d/dasd.conf
|
||||||
fi
|
fi
|
||||||
unset dasd_arg
|
unset dasd_arg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue