Skip to content

Commit bf5423a

Browse files
fix: stop launch all when an error occurs
1 parent 8522eb7 commit bf5423a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/scripts/launch-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RESET=$(tput sgr0)
1010

1111
printf "$START* Running at $(date)$RESET\n"
1212

13-
# Start node_exporter
13+
set -e
1414

1515
GRAFANA_COMPOSE_OVERRIDE=${GRAFANA_COMPOSE_OVERRIDE:-base}
1616

0 commit comments

Comments
 (0)