From 392aa0ebd4b94b92404459eeb1c0ae152a66eebe Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Fri, 18 Aug 2023 12:45:38 +0200 Subject: [PATCH] [Ubuntu] do not source os-release during mysql installation (#8108) --- images/linux/scripts/installers/mysql.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/images/linux/scripts/installers/mysql.sh b/images/linux/scripts/installers/mysql.sh index 89391511..5e650d7e 100644 --- a/images/linux/scripts/installers/mysql.sh +++ b/images/linux/scripts/installers/mysql.sh @@ -4,7 +4,6 @@ ## Desc: Installs MySQL Client ################################################################################ -source /etc/os-release source $HELPER_SCRIPTS/os.sh # Mysql setting up root password