I have solved it. I have used following command to convert shell script to unix compatible.
dos2unix openemm-installer-1.2.sh.
It worked.
Search found 3 matches
- Wed Dec 15, 2010 10:50 am
- Forum: Installation & Upgrades
- Topic: OpenEMM-Installer-1.2.sh doesn't work on RHEL5
- Replies: 4
- Views: 5765
- Wed Dec 15, 2010 10:39 am
- Forum: Installation & Upgrades
- Topic: OpenEMM-Installer-1.2.sh doesn't work on RHEL5
- Replies: 4
- Views: 5765
Script uses /bin/bash as interpreter and RHEL5 comes with /bin/bash as default interpreter and it is available and working fine. It is just this script that throws error. On the other hand, I have also used bash interpreter explicitly to run this script so that it will not use that is mentioned with...
- Tue Dec 14, 2010 7:45 pm
- Forum: Installation & Upgrades
- Topic: OpenEMM-Installer-1.2.sh doesn't work on RHEL5
- Replies: 4
- Views: 5765
OpenEMM-Installer-1.2.sh doesn't work on RHEL5
Hi, I am trying to run OpenEMM-Installer script on RHEL5 and it throws me this error: bash: ./OpenEMM-Installer-1.2.sh: /bin/bash^M: bad interpreter: No such file or directory Although bash is working fine. When I execute "bash OpenEMM-Installer.1.2.sh" it throws me: command not found.2.sh...