pivpn/scripts
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
..
openvpn Shellcheck compliance 2021-11-03 12:21:51 +01:00
wireguard Important change to custom MTU handling (mainly to fix issue #1357) 2021-09-15 17:52:17 +02: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