cryxnet

Results 5 comments of cryxnet

Same problem, web doesn't work: ``` misp_web exited with code 127 misp_web | /usr/bin/env: ‘bash\r’: No such file or directory misp_web | /usr/bin/env: ‘bash\r’: No such file or directory misp_web...

Is the problem still relevant or did you find a fix?

I think "/usr/bin/env: ‘bash\r’: No such file or directory" occurs because the script has wrong line endings (carriage returns + line feeds) instead of Unix-style line endings (line feeds only)....

I'm not sure, try changing all files that are used in the installation. You can also add a .gitattributes with the content `.sh text eol=lf`

Did it work with windows? If you would use linux it works, i tested it