diff --git a/bin/install_openstackbmc.sh b/bin/install_openstackbmc.sh index 5b30b7e..b3cb2e0 100644 --- a/bin/install_openstackbmc.sh +++ b/bin/install_openstackbmc.sh @@ -199,10 +199,11 @@ sleep 5 if ! systemctl is-active openstack-bmc-* >/dev/null then systemctl status openstack-bmc-* + set +x $signal_command --data-binary '{"status": "FAILURE"}' echo "********** $unit failed to start **********" exit 1 fi - +set +x $signal_command --data-binary '{"status": "SUCCESS"}'