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
fix: Avoid running shell twice in coder agent (#5061)
The users login shell would be executed as:/bin/bash -c '/bin/bash -l'This simplifies the command for login shells so that the executedcommand is:/bin/bash -l