mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
fix: add leading slash on default remote shell
This commit is contained in:
parent
c142d6ff3a
commit
4fa4fe6e63
@ -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