Update remove.sh

This commit is contained in:
haoranchen 2025-03-22 14:35:05 +08:00 committed by GitHub
parent 6de65ababb
commit 9c07a28e65
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 -e
#set -x #set -x
verMode=cluster verMode=edge
osType=`uname` osType=`uname`
RED='\033[0;31m' 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 command -v systemctl >/dev/null 2>&1 && ${csudo}systemctl daemon-reload >/dev/null 2>&1 || true
echo echo
echo "${productName} is removed successfully!" echo "${productName} is removed successfully!"
echo echo