fix(fcoe): remove needless bash dependency

master
Harald Hoyer 2021-03-30 16:46:55 +02:00 committed by Jóhann B. Guðmundsson
parent f0c606f91d
commit f9b9faf433
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

for f in /sys/bus/fcoe/devices/ctlr_*; do
[ -e "$f" ] || continue