pivpn/scripts
4s3ti 2a78fce9d3 Shellcheck compliance
scripts/wireguard/disableCONF.sh
  * Mapfile instead of double quoted LIST=("$(...)")
scripts/wireguard/enableCONF.sh
  * SC1090: ShellCheck can't follow non-constant source. Use a directive to specify location.
    * Disabled warning
  * SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
    * Changed to mapfile
  * SC2086: Double quote to prevent globbing and word splitting.
    * Added double quotes
2021-11-03 15:38:45 +01:00
..
openvpn Shellcheck compliance 2021-11-03 13:40:51 +01:00
wireguard Shellcheck compliance 2021-11-03 15:38:45 +01:00
backup.sh Shellcheck Compliance 2021-11-02 17:00:47 +01: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 Shellcheck compliance 2021-11-02 17:01:08 +01:00
uninstall.sh Shellcheck compliance 2021-11-02 17:08:27 +01:00
update.sh Shellcheck compliance 2021-11-02 17:14:05 +01:00