pivpn/scripts/openvpn
4s3ti 0e313fa3b3 Shellcheck compliance
scripts/openvpn/pivpnDebug.sh
  * SC1090: ShellCheck can't follow non-constant source. Use a directive to specify location.
    * Disabled warning message
  * SC2154: <VariableName> is referenced but not assigned.
    * Disabled warning message
  * SC2086: Double quote to prevent globbing and word splitting.
    * Added double quotes
  * SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
    * Added double quotes
2021-11-03 13:02:25 +01:00
..
bash-completion Shellcheck compliance 2021-11-02 18:30:12 +01:00
clientStat.sh Shellcheck compliance 2021-11-03 02:00:20 +01:00
listOVPN.sh Fixed typos, clarified 'pivpn -l' text. 2020-10-24 16:00:26 +02:00
makeOVPN.sh Shellcheck compliance 2021-11-03 12:21:51 +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 13:02:25 +01:00
removeOVPN.sh Fixed shellcheck warning SC2004, SC2006, SC2129, SC2219. Issue #1233. 2021-02-07 21:31:13 +01:00