sdc-backend-init does not restart on healthcheck failure
[sdc.git] / catalog-be / sdc-backend-init / chef-repo / cookbooks / sdc-catalog-be-setup / recipes / 2_check_Backend.rb
index 0a551f2..cd36fbd 100644 (file)
@@ -23,4 +23,5 @@ bash "executing-check_Backend_Health" do
      rc=$?
      if [[ $rc != 0 ]]; then exit $rc; fi
    EOH
      rc=$?
      if [[ $rc != 0 ]]; then exit $rc; fi
    EOH
+  returns [0]
 end
\ No newline at end of file
 end
\ No newline at end of file