r3nor / mullvad-tailscale

Use Mullvad VPN along with Tailscale and/or Zerotier
GNU General Public License v3.0
162 stars 7 forks source link

Fix Shellcheck warnings #2

Closed edgar-vincent closed 2 years ago

edgar-vincent commented 2 years ago

This removes most of shellcheck's warnings. It is not strictly necessary, but double quoting variable expansions is usually good practice.

edgar-vincent commented 2 years ago

Thanks for merging this. A side-effect I hadn't noticed is that it fixes custom DNS settings when the DNS variable contains multiple space-separated IPs.