Robpol86 / makemkv

Automated headless DVD/Bluray backups with MakeMKV from Docker.
https://hub.docker.com/r/robpol86/makemkv/
MIT License
28 stars 5 forks source link

Fixes to work on my debian host #2

Closed BlinkyStitt closed 7 years ago

BlinkyStitt commented 7 years ago

I also added some echos. the multiline variables that I was seeing (caused by experimenting with the --privileged flag) confused me even with -x. adding these log lines made it more clear to me, but we could ditch those.

Robpol86 commented 7 years ago

Yea lets get rid of them. Or make the conditional when DEBUG==true? That might work too, just watch out for set -e.