diff --git a/images/linux/scripts/helpers/mysql-service-helper.sh b/images/linux/scripts/helpers/mysql-service-helper.sh index f09e0db5..9c184a4c 100644 --- a/images/linux/scripts/helpers/mysql-service-helper.sh +++ b/images/linux/scripts/helpers/mysql-service-helper.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # Temporary fix for the https://github.com/actions/virtual-environments/issues/4732 issue # Taken from the official ubuntu:20.04 docker container