RandomNinjaAtk / docker-sonarr-extended

Sonarr (develop) with bash scripts to automate and extend functionality.
GNU General Public License v3.0
66 stars 15 forks source link

dockerfiles: ensuring bash scripts are executable #32

Closed RustyBower closed 1 year ago

RustyBower commented 1 year ago

I don't know if it's just me, but I seem to be having trouble with the bash scripts not being executable in the container. Hopefully this should fix that issue.

RandomNinjaAtk commented 1 year ago

The scripts aren't run from that location, so this shouldn't be needed... The executed scripts live in /config/extended/scripts and should all be executable.

RustyBower commented 1 year ago

Ah. I might have specified the wrong location on in my sonarr config. I'll tinker and report back

RandomNinjaAtk commented 1 year ago

I assume this is a non issue and you figured it out. I appreciate the PR, but as stated earlier, this was not needed.