Open jessemlay opened 5 years ago
Make sure the running user has access to the file
Else, maybe its a line endings problem from windows CRLF?
try running dos2unix /path/filename
on the file to remove the CARRIAGE_RETURN
or this sed command sed -i 's/\r$//g' /path/filename
and see if that helps. If not check for empty variables/configs arguments.
I'm running this container via docker from windows server 2019. When I export the ovpn file and try to load it on my mac via Tunnelblick 3.7.8 (build 5180) I get