beyondcode / invoker-community

74 stars 2 forks source link

Failed to open stream: Permission denied #279

Open denvit opened 2 years ago

denvit commented 2 years ago

Hi Team!

I have to sudo -u someuser -i when connecting on our server using SSH.

It would be great to have one additional textarea on project settings that will execute commands after ssh login, e.g.

image

I'm sure below issue is the result of that I'm unable to switch the user after SSH login so it would be great to have this supported.


OS: darwin Invoker Version: 2.8.0 Laravel Version: 8.x Local project: unknown PHP Binary: /usr/local/bin/php Route: /home

Error:

In StreamHandler.php line 146:

  The stream or file "/srv/web/xdr/html/storage/logs/laravel.log" could not b  
  e opened in append mode: Failed to open stream: Permission denied
denvit commented 2 years ago

@mpociot