pivpn/scripts/openvpn
4s3ti e476cc11ee Shellcheck compliance
scripts/openvpn/makeOVPN.sh
 * SC1090: ShellCheck can't follow non-constant source. Use a directive to specify location.
  * Disabled warning
 * SC2086: Double quote to prevent globbing and word splitting.
  * Added missing double quotes
 * SC2001: See if you can use ${variable//search/replace} instead.
  * Disabled warning, suggested method doesn't go well with regexp
 * SC2154: <VarName> is referenced but not assigned.
  * Disabled warning, variables are sourced externally and may differ
2021-11-03 12:21:51 +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 More compact commit log 2021-05-12 18:17:35 +02:00
removeOVPN.sh Fixed shellcheck warning SC2004, SC2006, SC2129, SC2219. Issue #1233. 2021-02-07 21:31:13 +01:00