From aad7ff421465db43a2e98398240e9eca92693989 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Apr 2021 22:34:51 +0200 Subject: [PATCH] Update 93-openvpn.sh --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index 768fbac9d..edff797bb 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -12,7 +12,7 @@ if bashio::config.true 'openvpn_enabled'; then # CONFIGURE OPENVPN openvpn_config=$(bashio::config 'openvpn_config') - cp "/config/openvpn/${openvpn_config}.ovpn" /etc/openvpn/config.ovpn || bashio::log.error "openvpn config file not found in /config/openvpn/${openvpn_config}.ovpn" + cp "/config/openvpn/${openvpn_config}" /etc/openvpn/config.ovpn || bashio::log.error "openvpn config file not found in /config/openvpn/${openvpn_config}" openvpn_username=$(bashio::config 'openvpn_username') echo "${openvpn_username}" > /etc/openvpn/credentials