From 73d58cc85146b9290c3783f50671c0002b3b6225 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Thu, 16 Dec 2021 14:56:33 +0300 Subject: [PATCH] [Ubuntu] enable -e bash mode in mysql helper (#4752) --- images/linux/scripts/helpers/mysql-service-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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