Gethec / NZBGet-VPN

Linuxserver's excellent NZBGet container with added OpenVPN support
0 stars 0 forks source link

Bad File Name for "15 - vpnprep" #1

Open mggarofalo opened 2 years ago

mggarofalo commented 2 years ago

I'm trying to start this container on a Synology NAS running current DSM. The container fails to run and these lines appear in the container log: https://gist.github.com/mggarofalo/570853e7e2cc126bb76c9924044af319

I think if the file were renamed to "vpnprep" it would no longer occur, but I'm pretty new to Docker so I'm not sure.

mggarofalo commented 2 years ago

Update: considering that docker-nzbget's cont-init.d directory contains a file called "30-config", I'm guessing that the number is load priority. So if that's true, then I think the right commit is to change this file name to "15-vpnprep".

Gethec commented 2 years ago

Thank you for bringing this to my attention, and apologies for taking so long to respond! I believe the issue is the spaces in the filename. I'm pushing a new build now that doesn't have that, and seems to be working. Please let me know if you continue to have issues with this.