fix: shellcheck for 50-dracut.install
parent
836e2ffac6
commit
95013ffce9
|
@ -48,6 +48,7 @@ case "$COMMAND" in
|
|||
unset noimageifnotneeded
|
||||
|
||||
for ((i=0; i < "${#BOOT_OPTIONS[@]}"; i++)); do
|
||||
# shellcheck disable=SC1001
|
||||
if [[ ${BOOT_OPTIONS[$i]} == root\=PARTUUID\=* ]]; then
|
||||
noimageifnotneeded="yes"
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue