--

Hi Joao,

Thank you for reading.

Apologies, I rarely check the comments.

Make sure you pasted the script into the right directory, don't use relative paths when trying to execute the script. Use absolutes.

For example, instead of executing `./make-service.sh`, try instead: `/home/username/make-service.sh`.

Obviously, you don't need to have the script in the home directory, and it's just an example.

--

--