From e11e94e10445997c2314482668d2596dc9d4e46e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 8 Aug 2025 08:57:11 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index f71f973f..5930d86b 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -305,7 +305,7 @@ setup_mariadb() { echo "mariadb-server-$ver mariadb-server/feedback boolean false" | debconf-set-selections done fi - echo "Test" + echo "Test1" DEBIAN_FRONTEND=noninteractive $STD apt-get install -y mariadb-server mariadb-client msg_ok "Setup MariaDB $MARIADB_VERSION"