pivpn/auto_install
Dundar Göc 513c2afc2e Fixed shellcheck warning SC2004, SC2006, SC2129, SC2219. Issue #1233.
SC2004: "$/${} is unnecessary on arithmetic variables."
SC2006: "Use $(...) notation instead of legacy backticked `...`."
SC2129: "Consider using { cmd1; cmd2; } >> file instead of individual redirects."
SC2219: "Instead of 'let expr', prefer (( expr ))."
2021-02-07 21:31:13 +01:00
..
install.sh Fixed shellcheck warning SC2004, SC2006, SC2129, SC2219. Issue #1233. 2021-02-07 21:31:13 +01:00