Browse Source

Add #!/bin/bash for consistency.

Most install scripts seem to have it there, may as well make this one
like the rest...
master
Peter Jones 15 years ago
parent
commit
8f99a7f6e3
  1. 2
      modules.d/90multipath/install

2
modules.d/90multipath/install

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
#!/bin/bash

if [[ $hostonly ]]; then
inst /etc/multipath.conf
fi

Loading…
Cancel
Save