pivpn/scripts
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
..
openvpn 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
wireguard Fixed shellcheck warning SC2164: "Use 'cd ... || exit' or 'cd ... || return' in case cd fails." 2021-02-13 12:11:49 +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