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
Previously, when no EXECAPP neither DARGS were defined a non-login shell was used.
That was causing an inconsistent behaviour, specially regarding the init (bashrc _vs_ profile) scripts.
Now, every run mode is using a login shell (`su -l`).
Also, removed error message "`id: ' ': no such user`" when NOUSER was in use.
0 commit comments