From 5bf04f69c6c3655e54bfa1bbc444fcf8cc37052d Mon Sep 17 00:00:00 2001 From: karthikk92 <92289639+karthikk92@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:16:23 +0530 Subject: [PATCH] Added changes for install.sh (#64) --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index c59eaf25d..89b432e73 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -178,7 +178,7 @@ function install_operator() { function check_progress() { # find out the deployment name # wait for the deployment to finish, use the default timeout - waitOnRunning "${NAMESPACE}" "deployment dell-csm-operator-controller-manager." + waitOnRunning "${NAMESPACE}" "deployment dell-csm-operator-controller-manager" if [ $? -eq 1 ]; then warning "Timed out waiting for installation of the operator to complete." \ "This does not indicate a fatal error, pods may take a while to start." \