From 8f99a7f6e356e14fd1ec54f30b34ad7d084866bf Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 24 Nov 2009 14:45:27 -0500 Subject: [PATCH] Add #!/bin/bash for consistency. Most install scripts seem to have it there, may as well make this one like the rest... --- modules.d/90multipath/install | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3