pivpn/scripts/openvpn
4s3ti 78810a5781 Shellcheck compliance
scripts/openvpn/removeOVPN.sh
  * SC1090: ShellCheck can't follow non-constant source. Use a directive to specify location.
    * Disabled warning
  * SC2128: Expanding an array without an index only gives the first element.
    * Disabled warning, as its only checking if variable is empty
  * SC2001: See if you can use ${variable//search/replace} instead.
    * Disabled warning, regex doesn't apply to ${variable//search/replace}
  * SC2086: Double quote to prevent globbing and word splitting.
    * Added double quotes
  * SC2140: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"?
    * Removed unecessary double quotes from %s
  * SC2154: <VariableName> is referenced but not assigned.
    * Disabled warning, variables sourced externally
2021-11-03 13:40: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 Shellcheck compliance 2021-11-03 13:02:25 +01:00
removeOVPN.sh Shellcheck compliance 2021-11-03 13:40:51 +01:00