fix: incorrect prompt when log on taos without sysinfo privilege
This commit is contained in:
parent
75c43517be
commit
869f037168
|
@ -1392,6 +1392,7 @@ int32_t shellExecute() {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
// printf version
|
||||||
if (verType == TSDB_VERSION_ENTERPRISE || verType == TSDB_VERSION_CLOUD) {
|
if (verType == TSDB_VERSION_ENTERPRISE || verType == TSDB_VERSION_CLOUD) {
|
||||||
printf("%s\n", buf);
|
printf("%s\n", buf);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue