Since no answer is accepted, I would like to provide one possible solution. If your script is written on Windows and uploaded to a Linux server(through FTP), then the problem will raise usually. The reason is that Windows uses CRLF
to end each line while Linux uses LF
. So you should convert it from CRLF
to LF
with the help of an editor, such Atom, as following