fix(fcoe): remove needless bash dependency
parent
f0c606f91d
commit
f9b9faf433
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
for f in /sys/bus/fcoe/devices/ctlr_*; do
|
||||
[ -e "$f" ] || continue
|
||||
|
|
Loading…
Reference in New Issue