95dasd: fixed typo in modules.conf generation

master
Harald Hoyer 2009-09-29 14:50:49 +02:00
parent 896199c652
commit 9a2860a3ee
1 changed files with 1 additions and 1 deletions

View File

@ -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