Add #!/bin/bash for consistency.
Most install scripts seem to have it there, may as well make this one like the rest...master
parent
aff873923c
commit
8f99a7f6e3
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $hostonly ]]; then
|
||||
inst /etc/multipath.conf
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue