pivpn/scripts/wireguard
4s3ti 8acbff58dd shellcheck compliance
scripts/wireguard/removeCONF.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).
    * Replaced LIST=($(...)) with mapfile
  * SC2086: Double quote to prevent globbing and word splitting.
    * Added double quotes
  * SC2154: <VarName> is referenced but not assigned.
    * Disabled warning
2021-11-03 18:09:00 +01:00
..
bash-completion Shellcheck compliance 2021-11-03 14:59:06 +01:00
clientSTAT.sh Fixed shellcheck warning SC2034 2021-02-14 14:07:56 +01:00
disableCONF.sh Shellcheck compliance 2021-11-03 15:38:45 +01:00
enableCONF.sh Shellcheck compliance 2021-11-03 15:38:45 +01:00
listCONF.sh Fixed shellcheck warning SC2164: "Use 'cd ... || exit' or 'cd ... || return' in case cd fails." 2021-02-13 12:11:49 +01:00
makeCONF.sh Shellcheck compliance 2021-11-03 17:56:42 +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 Shellcheck compliance 2021-11-03 18:07:19 +01:00
qrcodeCONF.sh Multiple fixes and Shellcheck complaiance 2021-05-08 15:51:27 +02:00
removeCONF.sh shellcheck compliance 2021-11-03 18:09:00 +01:00