pivpn/scripts/openvpn
Dundar Göc 8aa4607e5e Fixed shellcheck issue SC2015: Note that A && B || C is not if-then-else. C may run when A is true.
Replaced [ $1 -gt 1 ] && shift $1 || shift with shift $1 since
shift 1 is identical to shift.
2021-02-13 22:40:05 +01:00
..
bash-completion Missing backup on bash-completion 2020-01-08 19:56:40 +01:00
clientStat.sh Show connected clients data rates with dotted decimal notation 2020-03-13 12:03:41 +01:00
listOVPN.sh Fixed typos, clarified 'pivpn -l' text. 2020-10-24 16:00:26 +02:00
makeOVPN.sh Fixed shellcheck issue SC2015: Note that A && B || C is not if-then-else. C may run when A is true. 2021-02-13 22:40:05 +01:00
pivpn.sh Pass along exit code when running a sub-script, instead of always running exit 0 2021-01-23 15:58:03 -05:00
pivpnDebug.sh Save debug to /tmp/debug.log for WireGuard too, do not use temporary file to redact IPs in the OpenVPN log. 2020-10-27 12:19:46 +01:00
removeOVPN.sh Fixed shellcheck warning SC2004, SC2006, SC2129, SC2219. Issue #1233. 2021-02-07 21:31:13 +01:00