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
When nvm_profile is set to path that doesn't contain bash/zsh/csh/tcsh, role will fall back to setting user_shell.command to /etc/bash -ic and fail the first time it is used:
I am pretty confident it should have been /bin/bash -ic.
I don't know if any distro ever shipped /etc/bash (most popular, like Ubuntu or Fedora, don't). And even if it did, it was probably some kind of configuration file, not executable.
The text was updated successfully, but these errors were encountered:
When
nvm_profile
is set to path that doesn't containbash
/zsh
/csh
/tcsh
, role will fall back to settinguser_shell.command
to/etc/bash -ic
and fail the first time it is used:I am pretty confident it should have been
/bin/bash -ic
.I don't know if any distro ever shipped
/etc/bash
(most popular, like Ubuntu or Fedora, don't). And even if it did, it was probably some kind of configuration file, not executable.The text was updated successfully, but these errors were encountered: