KiLMaN / T411-Torznab

A NodeJs proxy to download from T411 in Sonarr
26 stars 15 forks source link

[BUG] Error in docker if password contains '&' #47

Open BenoitAverty opened 7 years ago

BenoitAverty commented 7 years ago

Hi,

The sed command you use in the startup script would fail if the username or password contains a & character. You probably need something more robust, like using process.env inside the javascript file or something.

It's possible that it also fails if username or password contain other special characters.

Thanks for your project, it helps me greatly.