diff --git a/deployed-server/scripts/enable-ssh-admin.sh b/deployed-server/scripts/enable-ssh-admin.sh index f16902dc28..19ea307fcc 100755 --- a/deployed-server/scripts/enable-ssh-admin.sh +++ b/deployed-server/scripts/enable-ssh-admin.sh @@ -40,7 +40,7 @@ function workflow_finished { while [ $counter -gt 0 ] do - RESULT=$(openstack workflow execution show -f value -c state $execution_id) + RESULT=$(openstack workflow execution show -f value -c State $execution_id) if [ "$RESULT" == "ERROR" ]; then echo "Workflow $execution_id finished with error. Check mistral logs." return 1