Closed britishben closed 7 years ago
indeed, I will clean this up, how ever you can run dos2unix ./SickBeard.py
, I'll clean it up and run a PR for @junalmeida on all the files..
Looking at SickBeard.py history, it seems this may have been around for a number of years, as typically SickBeard was started via python ./SickBeard.py
in the init scripts
PR #313
@junalmeida close please.
Getting the following error when I try to run: /usr/bin/env: ‘python\r’: No such file or directory
Opening the SickBeard.py file in vim, I have the little ^Ms at the end of every line, so I suspect it's just a dos/unix file format issue.
Entering :%s/^M// into vim fixed it (with Ctrl-V, Ctrl-M to make the ^M).