Hi, I tried pulling the container for the first time and running it. During the run process I got this error in the output. I included some additional output above and below for context.
Sat May 23 16:29:11 2020 [73011e2a6d7c4c95545bf1476b28841d] Peer Connection Initiated with [AF_INET]107.181.189.70:1198
Sat May 23 16:29:12 2020 TUN/TAP device tun0 opened
Sat May 23 16:29:12 2020 /sbin/ip link set dev tun0 up mtu 1500
Sat May 23 16:29:12 2020 /sbin/ip addr add dev tun0 local 10.43.10.6 peer 10.43.10.5
Sat May 23 16:29:12 2020 /etc/openvpn/tunnelUp.sh tun0 1500 1558 10.43.10.6 10.43.10.5 init
/etc/transmission/environment-variables.sh: line 22: syntax error near unexpected token `newline'
/etc/transmission/environment-variables.sh: line 22: `export DOCKER_LOG=<no value>'
Up script executed with tun0 1500 1558 10.43.10.6 10.43.10.5 init
Updating TRANSMISSION_BIND_ADDRESS_IPV4 to the ip of tun0 : 10.43.10.6
Generating qBittorrent qBittorrent.conf from env variables
2020/05/23 16:29:12 unable to create open /config/qBittorrent/config/qBittorrent.conf: no such file or directory
Hi, I tried pulling the container for the first time and running it. During the run process I got this error in the output. I included some additional output above and below for context.