This commit is contained in:
Wang Sen Di
2025-11-27 19:31:18 +08:00
parent fbe7365806
commit c212ddb61f

View File

@@ -41,7 +41,7 @@ __strong_size() {
}
__check_process() {
if [[ $(docker ps -aqf name=UMI-agent | wc -l) -eq 0 ]]; then
if [[ $(docker ps -qf name=UMI-agent | wc -l) -eq 0 ]]; then
_strong_size=$(__strong_size)
_cmd="$CACHE/$FILE_PATH_START/docker-deploy -storage-directory $CACHE/$FILE_PATH_START -storage-size $_strong_size -channel-id CBYWAKOA03B5320231107102110898 -vendor UMI -orgcode A03B53 -thirdparty-sn $_id -event deploy &>/dev/null"