Radarr: Errors when starting with scripts_init.bash #179
-
When I do not have scripts_init.bash in custom-cont-init.d, Radarr works normally. However, when I have scripts_init.bash in the directory there are errors in the log, otherwise Radarr works normally.
I did follow this:
Any assistance would be appreciated, as I'm sure I am doing something wrong. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You either modified the script or manually created it and it has the wrong line endings. Most likely you have Windows Line endings and not Linux/Unix compatible line endings which is required because the container is a linux based OS. If you manually created the script by copying the code, use a text editor (vscode, notepad++, etc...) that can change the line endings and resave the file. OR Download the raw file, save it and move it to the correct location without modifying it, like the instructions say... (https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/scripts_init.bash) |
Beta Was this translation helpful? Give feedback.
You either modified the script or manually created it and it has the wrong line endings. Most likely you have Windows Line endings and not Linux/Unix compatible line endings which is required because the container is a linux based OS.
If you manually created the script by copying the code, use a text editor (vscode, notepad++, etc...) that can change the line endings and resave the file.
OR
Download the raw file, save it and move it to the correct location without modifying it, like the instructions say... (https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/scripts_init.bash)