Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimQPN.sh misses execute rights and contains DOS end-of-line characters #2

Open
simontrapp opened this issue Jun 12, 2021 · 0 comments
Labels
minor Non-critical bug

Comments

@simontrapp
Copy link
Contributor

This is an easy fix, but nerves a lot for Linux and Mac users.

  1. File SimQPN.sh misses execute rights. Every time, I must manually add it: chmod 775 SimQPN.sh

  2. Running the SimQPN.sh script gives error:

    user@host:~/qpme$ ./SimQPN.sh 
    -bash: ./SimQPN.sh: /bin/sh^M: bad interpreter: No such file or directory

This can be fixed by opening vim and typing set ff=unix or :%s/\r//g

This issue is copied from Gitlab (~3 years old)

@simontrapp simontrapp added the minor Non-critical bug label Jun 12, 2021
@SimonEismann SimonEismann added this to the 2.21 Minor Bugfixes milestone Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Non-critical bug
Projects
None yet
Development

No branches or pull requests

2 participants