We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 527f8f7 + 22b2152 commit ce21943Copy full SHA for ce21943
1 file changed
src/api/IBMi.ts
@@ -704,11 +704,8 @@ export default class IBMi {
704
705
if (!commandShellResult.stderr) {
706
let usesBash = this.shell === IBMi.bashShellPath;
707
- if (!usesBash) {
708
- // make sure chsh is installed
709
- if (this.remoteFeatures[`chsh`]) {
710
- callbacks.uiErrorHandler(this, `default_not_bash`);
711
- }
+ if (!usesBash) {
+ callbacks.uiErrorHandler(this, `default_not_bash`);
712
}
713
714
if (usesBash) {
0 commit comments