fix(dcssblk): shellcheck for modules.d/95dcssblk
parent
a19ab29197
commit
f732667d14
|
@ -1,8 +1,6 @@
|
|||
#!/bin/sh
|
||||
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
|
||||
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||||
dcssblk_arg=$(getarg rd.dcssblk=)
|
||||
if [ $? = 0 ]; then
|
||||
|
||||
if dcssblk_arg=$(getarg rd.dcssblk=); then
|
||||
info "Loading dcssblk segments=$dcssblk_arg"
|
||||
modprobe dcssblk segments=$dcssblk_arg
|
||||
modprobe dcssblk segments="$dcssblk_arg"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue