]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(nvmf): set executable bit on nvmf-autoconnect.sh
authorBenjamin Gilbert <bgilbert@redhat.com>
Thu, 7 Apr 2022 22:10:35 +0000 (18:10 -0400)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 9 Apr 2022 07:35:13 +0000 (07:35 +0000)
It's installed in /sbin, and run via initqueue in the special case of FC
transport without a discovery.conf and without kernel arguments.  If the
executable bit is not set, initqueue fails with "Invalid command".

Caught by CI checking for non-executable files in binary directories.

modules.d/95nvmf/nvmf-autoconnect.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)