fail run_demo script if any of the command fail to execute

This commit is contained in:
Adil Hafeez 2024-11-26 11:32:24 -08:00
parent 8987d099e0
commit 15a4d8a6b3
5 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Function to start the demo
start_demo() {

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Function to start the demo
start_demo() {

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Function to start the demo
start_demo() {

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Function to start the demo
start_demo() {

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Function to start the demo
start_demo() {