Browse Source

fix: shellcheck for modules.d/95fcoe/module-setup.sh

master
Harald Hoyer 4 years ago committed by Harald Hoyer
parent
commit
d4b1d669d7
  1. 2
      modules.d/95fcoe/module-setup.sh

2
modules.d/95fcoe/module-setup.sh

@ -91,7 +91,7 @@ cmdline() { @@ -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…
Cancel
Save