pivpn/auto_install
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
..
install.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