diff --git a/modules.d/95fcoe/lldpad.sh b/modules.d/95fcoe/lldpad.sh index d49630d5..5a94f20c 100755 --- a/modules.d/95fcoe/lldpad.sh +++ b/modules.d/95fcoe/lldpad.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if ! getargbool 1 rd.fcoe -d -n rd.nofcoe; then info "rd.fcoe=0: skipping lldpad activation" diff --git a/modules.d/95fcoe/stop-fcoe.sh b/modules.d/95fcoe/stop-fcoe.sh index f481d567..a89cbbcb 100755 --- a/modules.d/95fcoe/stop-fcoe.sh +++ b/modules.d/95fcoe/stop-fcoe.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh for f in /sys/bus/fcoe/devices/ctlr_*; do [ -e "$f" ] || continue