diff --git a/demos/hr_agent/run_demo.sh b/demos/hr_agent/run_demo.sh index fc32430c..2b5dc264 100644 --- a/demos/hr_agent/run_demo.sh +++ b/demos/hr_agent/run_demo.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # Function to start the demo start_demo() { diff --git a/demos/insurance_agent/run_demo.sh b/demos/insurance_agent/run_demo.sh index f6097b09..e6c678e8 100644 --- a/demos/insurance_agent/run_demo.sh +++ b/demos/insurance_agent/run_demo.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # Function to start the demo start_demo() { diff --git a/demos/network_agent/run_demo.sh b/demos/network_agent/run_demo.sh index f6097b09..e6c678e8 100644 --- a/demos/network_agent/run_demo.sh +++ b/demos/network_agent/run_demo.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # Function to start the demo start_demo() { diff --git a/demos/weather_forecast/run_demo.sh b/demos/weather_forecast/run_demo.sh index f6097b09..e6c678e8 100644 --- a/demos/weather_forecast/run_demo.sh +++ b/demos/weather_forecast/run_demo.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # Function to start the demo start_demo() { diff --git a/demos/weather_forecast_signoz/run_demo.sh b/demos/weather_forecast_signoz/run_demo.sh index f6097b09..e6c678e8 100644 --- a/demos/weather_forecast_signoz/run_demo.sh +++ b/demos/weather_forecast_signoz/run_demo.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # Function to start the demo start_demo() {