This error usually happens if the script has windows line endings instead of unix line endings.
Try running dos2unix on the script and try running your command again to see if you get the same error.
dos2unix [filename]
This error usually happens if the script has windows line endings instead of unix line endings.
Try running dos2unix on the script and try running your command again to see if you get the same error.
dos2unix [filename]