From 5f39bb66a5845414189f198ab1e527d5d3fc6a3c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:46:03 +0100 Subject: [PATCH] Check mariaDB Installpath --- ct/mariadb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/mariadb.sh b/ct/mariadb.sh index 52171c01..83446e94 100644 --- a/ct/mariadb.sh +++ b/ct/mariadb.sh @@ -28,7 +28,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -f /etc/apt/sources.list.d/mariadb.list ]]; then + if [[ ! -d /etc/mysql/mariadb.conf.d ]]; then msg_error "No ${APP} Installation Found!" exit fi