fix: shellcheck for modules.d/95fcoe/module-setup.sh
parent
9c0deb9f68
commit
d4b1d669d7
|
@ -91,7 +91,7 @@ cmdline() {
|
|||
# called by dracut
|
||||
install() {
|
||||
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_simple "/etc/hba.conf"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue