!12 update the order of stopping services

From: @bugflyfly 
Reviewed-by: @yukaii 
Signed-off-by: @yukaii
This commit is contained in:
openeuler-ci-bot 2024-03-26 12:05:08 +00:00 committed by Gitee
commit 47fbcb6646
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,13 +7,13 @@
# 定义map保存参数和对应执行的shell命令
declare -A COMMAND_MAP=(
["datamgr"]="pkill -f distributeddata"
["dfs"]="pkill -f distributedfile"
["dm"]="pkill -f device_manager"
["softbus"]="pkill -f softbus_server"
["deviceauth"]="pkill -f deviceauth_service"
["huks"]="pkill -f huks_service"
["samgr"]="pkill -f samgr"
["datamgr"]="pkill -f distributeddata"\
)
# 日志打印函数