feat(shell): set conn to autoshell

This commit is contained in:
Alex Duan 2022-09-07 14:46:27 +08:00
parent c0cfa0da56
commit e8455e0bb7
1 changed files with 1 additions and 0 deletions

View File

@ -1060,6 +1060,7 @@ int32_t shellExecute() {
}
#endif
shellSetConn(shell.conn);
shellReadHistory();
if (pArgs->commands != NULL || pArgs->file[0] != 0) {