Print

MPP install files have Windows style newline characters

Condition

During MPP installation, when copying files to the MPP-RPM folder, Windows style newline characters (CR) characters are present in the script files.

Cause

Copying files between Windows and Linux servers.

Solution

Remove all Windows style newline characters in the install files such as installstatus.php and mppinstall.sh.
  1. Open the files using Notepad++.
  2. Click Edit > EOL conversion > Unix/OSX format to remove the characters.