You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/connect-with-port-forwarding.sh lines 30-43, there appears to be a potential race condition. I'm running this port forwarding action in a matrix of containers and occasionally seeing Error: grep: output.txt: No such file or directory. I assume this is because grep is being called before the file has been created. I may be mistaken, but I thought I'd point it out.
The text was updated successfully, but these errors were encountered:
In
src/connect-with-port-forwarding.sh
lines 30-43, there appears to be a potential race condition. I'm running this port forwarding action in a matrix of containers and occasionally seeingError: grep: output.txt: No such file or directory.
I assume this is because grep is being called before the file has been created. I may be mistaken, but I thought I'd point it out.The text was updated successfully, but these errors were encountered: