needo37 / plex

Docker for plex
MIT License
14 stars 19 forks source link

Handle failed downloads gracefully #12

Closed esvinson closed 9 years ago

esvinson commented 9 years ago

Don't uninstall old version of Plex if the download fails, quiet output on download so it doesn't spam log file, update /tmp/version when updating, and added shebang to installplex.sh file

Also now overwrites old file on download since wget appears to auto append .1 if the file already exists if the -O param isn't specified.