mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
fix: add leading slash to default remote shell (#1596)
Adds a leading slash to `/bin/bash` as the default shell if no other shell has been found
This commit is contained in:
parent
9793f9898c
commit
b17e613d74
@ -58,5 +58,5 @@ func shellCmdInner() string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// none found
|
// none found
|
||||||
return "bin/bash\n"
|
return "/bin/bash\n"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user