diff --git a/demo/blockio/run.sh b/demo/blockio/run.sh index ee202a601..fc69c9bb9 100755 --- a/demo/blockio/run.sh +++ b/demo/blockio/run.sh @@ -194,7 +194,7 @@ if ! vm-command-q "dpkg -l | grep -q kubelet"; then screen-install-k8s fi -if ! vm-command-q "[ -f /usr/bin/cri-resmgr ]"; then +if ! vm-command-q "[ -f /usr/bin/cri-resmgr ] || [ -f /usr/local/bin/cri-resmgr ]"; then screen-install-cri-resmgr fi