Merge pull request #30342 from taosdata/tomchon-patch-13

fix:set default value in  remove.sh
This commit is contained in:
WANG Xu 2025-03-22 14:40:55 +08:00 committed by GitHub
commit c8b999b210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
set -e
#set -x
verMode=cluster
verMode=edge
osType=`uname`
RED='\033[0;31m'
@ -338,4 +338,4 @@ fi
command -v systemctl >/dev/null 2>&1 && ${csudo}systemctl daemon-reload >/dev/null 2>&1 || true
echo
echo "${productName} is removed successfully!"
echo
echo