burrow-pi-img/stage2/02-net-tweaks
Hugo Hromic 564f8ef1b8 Silence shellcheck warnings (#255)
* 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:54:15 +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 (#255) 2019-02-18 12:54:15 +00:00