-
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user