From 203501da0241cdedaf89a4618108d2226074e5b4 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 16 Feb 2025 19:49:21 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 82e3ea23..996eced4 100644 --- a/install.sh +++ b/install.sh @@ -650,7 +650,7 @@ docker_compose_up(){ # check if compose started the mysql container, and if is currently running mysql_container=$(docker compose ps -q openpanel_mysql) if [ -z `docker ps -q --no-trunc | grep "$mysql_container"` ]; then - echo "ERROR: MySQL container is not running. Please retry installation with '--retry' flag." + radovan 1 "ERROR: MySQL container is not running. Please retry installation with '--retry' flag." else echo -e "[${GREEN} OK ${RESET}] MySQL service started successfuly" fi