fix: shellcheck for modules.d/95fcoe/module-setup.sh
parent
9c0deb9f68
commit
d4b1d669d7
|
@ -91,7 +91,7 @@ cmdline() {
|
||||||
# called by dracut
|
# called by dracut
|
||||||
install() {
|
install() {
|
||||||
inst_multiple ip dcbtool fipvlan lldpad readlink lldptool fcoemon fcoeadm
|
inst_multiple ip dcbtool fipvlan lldpad readlink lldptool fcoemon fcoeadm
|
||||||
if [ -e "$dracutsysrootdir/etc/hba.conf" ]; then
|
if [[ -e $dracutsysrootdir/etc/hba.conf ]]; then
|
||||||
inst_libdir_file 'libhbalinux.so*'
|
inst_libdir_file 'libhbalinux.so*'
|
||||||
inst_simple "/etc/hba.conf"
|
inst_simple "/etc/hba.conf"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue