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

master
Harald Hoyer 2021-02-12 13:26:13 +01:00 committed by Harald Hoyer
parent 9c0deb9f68
commit d4b1d669d7
1 changed files with 1 additions and 1 deletions

View File

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