burrow-pi-img/stage2/02-net-tweaks
Hugo Hromic 3f3fe7d38a Silence shellcheck warnings
* Made more specific shellcheck disables
* Fixed variable quoting (SC2086,SC2064)
* Use `$*` expansion instead of `$@` when not using arrays (SC2124)
* Use cleaner `$()` syntax instead of back quotes (SC2006)
* Improved comparator (SC2166)
* Minor improvements in coding style

Tested clean output using: `find -name "*.sh" | xargs -n1 shellcheck -x`.
2019-02-18 12:51:26 +00:00
..
files stage2: don't set 'country' in wpa_supplicant.conf 2018-03-01 15:54:13 +00:00
00-packages stage2: install net-tools explicitly 2017-08-24 16:31:15 +01:00
01-run.sh Silence shellcheck warnings 2019-02-18 12:51:26 +00:00