The original post: /r/ubuntu by /u/SmoothRunnings on 2025-02-19 12:21:37.

I created a startup script for our devteam account on a Ubuntu server that is soely for them, it’s to start their web app in the event the server is rebooted. It runs Ubuntu 24.04 Server with the GUI installed, the GUI logs them in and up pops the terminal with an error:

bash: line 1: /home/devteam/start-pov.sh: Permission denied

The first line is #!/bin/sh … I wonder if I typed this in wrong maybe?

Thanks,