11
(SOLVED) Startup script inconsistently executes, but I don't know why
(programming.dev)
A community for news and discussion about linux mint
The first and foremost I see unclear is the PATH and PWD. That is, the environment. For starters:
/usr/bin/envvia Shebang?What if the "start" script doesn't find the locations due to missing definitions/locations as a result of different environment if compared to your shell/process you test on?