pivpn/scripts
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
..
openvpn Fixed shellcheck warning SC2004, SC2006, SC2129, SC2219. Issue #1233. 2021-02-07 21:31:13 +01:00
wireguard Fixed shellcheck warning SC2004, SC2006, SC2129, SC2219. Issue #1233. 2021-02-07 21:31:13 +01:00
backup.sh Change exit code to non-zero when running without Sudo 2021-01-23 15:57:26 -05:00
pivpn Pass along exit code when running a sub-script, instead of always running exit 0 2021-01-23 15:58:03 -05:00
self_check.sh self_check assign parameter 2020-05-25 15:43:31 +01:00
uninstall.sh Add systemd override for wg-quick units that don't yet implement reload 2020-10-24 13:41:07 +02:00
update.sh Improved dual VPN uninstallation, remove duplicate code/script 2020-05-27 16:36:26 +02:00