]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Add #!/bin/bash for consistency.
authorPeter Jones <pjones@redhat.com>
Tue, 24 Nov 2009 19:45:27 +0000 (14:45 -0500)
committerPeter Jones <pjones@redhat.com>
Wed, 25 Nov 2009 15:54:12 +0000 (10:54 -0500)
Most install scripts seem to have it there, may as well make this one
like the rest...

modules.d/90multipath/install

index cea8cd3505286998d0bed3bb6bcc7cffea92ca5c..375db6d5027d3f689f5cb4d72b76d91a2af42a84 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 if [[ $hostonly ]]; then
     inst /etc/multipath.conf
 fi