I can not run a command inside a shell script but I can outside of it? why?
Can someone help me understand why I can run a program outside of a shell script but not inside it? What modifications do I need to make here?
Solution:Jump to solution
This was caused by a problem inside the distrobox where playwright was running the same alias that was launching the distrobox, this was corrected by changing the line
...
1 Reply
Solution
This was caused by a problem inside the distrobox where playwright was running the same alias that was launching the distrobox, this was corrected by changing the line
to