summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-11-24 14:45:27 -0500
committerPeter Jones <pjones@redhat.com>2009-11-25 10:54:12 -0500
commit8f99a7f6e356e14fd1ec54f30b34ad7d084866bf (patch)
treeeb999f8a83d6b3e56ce3cbfd056ea65efda3a612
parentaff873923c8f165895cd15f3a3927b1fd355ca09 (diff)
Add #!/bin/bash for consistency.
Most install scripts seem to have it there, may as well make this one like the rest...
-rwxr-xr-xmodules.d/90multipath/install2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules.d/90multipath/install b/modules.d/90multipath/install
index cea8cd3..375db6d 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