From 869f037168714ebff8362353783af50793fb3e68 Mon Sep 17 00:00:00 2001 From: kailixu Date: Tue, 7 Jan 2025 19:55:32 +0800 Subject: [PATCH] fix: incorrect prompt when log on taos without sysinfo privilege --- tools/shell/src/shellEngine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/shell/src/shellEngine.c b/tools/shell/src/shellEngine.c index 1a05d3e1f6..f56a9797f3 100644 --- a/tools/shell/src/shellEngine.c +++ b/tools/shell/src/shellEngine.c @@ -1392,6 +1392,7 @@ int32_t shellExecute() { } #endif #endif + // printf version if (verType == TSDB_VERSION_ENTERPRISE || verType == TSDB_VERSION_CLOUD) { printf("%s\n", buf); }