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 2009-11-24 14:45:27 -05:00
parent aff873923c
commit 8f99a7f6e3
1 changed files with 2 additions and 0 deletions

View File

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

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