pivpn/scripts/wireguard
4s3ti e6933e6c53 Shellcheck compliance
scripts/wireguard/pivpnDEBUG.sh
  * SC1090: ShellCheck can't follow non-constant source. Use a directive to specify location.
    * Disabled warning
  * SC2154: <VarName> is referenced but not assigned.
    * Disabled warning
  * SC2086: Double quote to prevent globbing and word splitting.
    * Added double quotes
2021-11-03 18:07:19 +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 Fixed shellcheck warning SC2164: "Use 'cd ... || exit' or 'cd ... || return' in case cd fails." 2021-02-13 12:11:49 +01:00