mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-14 01:50:32 +02:00
Merge pull request #2621 from alexbelgium/copilot/fix-openvpn-config-selection
Fix OpenVPN startup failure: bad substitution in verbosity parameter
This commit is contained in:
@@ -143,4 +143,4 @@ schema:
|
|||||||
slug: qbittorrent
|
slug: qbittorrent
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: "5.1.4-20"
|
version: "5.1.4-21"
|
||||||
|
|||||||
@@ -514,7 +514,7 @@ _openvpn_up() {
|
|||||||
--config "${config["ConfigFile"]}" \
|
--config "${config["ConfigFile"]}" \
|
||||||
--client \
|
--client \
|
||||||
--daemon \
|
--daemon \
|
||||||
--verb ${verbosity[${$log_level}]} \
|
--verb ${verbosity[${log_level}]} \
|
||||||
--log "/proc/1/fd/1" \
|
--log "/proc/1/fd/1" \
|
||||||
--script-security 2 \
|
--script-security 2 \
|
||||||
--auth-user-pass "${OPENVPN_STATE_DIR}/credentials.conf" \
|
--auth-user-pass "${OPENVPN_STATE_DIR}/credentials.conf" \
|
||||||
|
|||||||
Reference in New Issue
Block a user