From: Peter Jones Date: Tue, 24 Nov 2009 19:45:27 +0000 (-0500) Subject: Add #!/bin/bash for consistency. X-Git-Tag: 003~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f99a7f6e356e14fd1ec54f30b34ad7d084866bf;p=thirdparty%2Fdracut.git Add #!/bin/bash for consistency. Most install scripts seem to have it there, may as well make this one like the rest... --- diff --git a/modules.d/90multipath/install b/modules.d/90multipath/install index cea8cd350..375db6d50 100755 --- a/modules.d/90multipath/install +++ b/modules.d/90multipath/install @@ -1,3 +1,5 @@ +#!/bin/bash + if [[ $hostonly ]]; then inst /etc/multipath.conf fi