From 261a1cec7926d9e6eaf0acf16a8826b27fec225b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:15:21 +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 6f574c5d..2122bf7f 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -232,7 +232,7 @@ function setup_postgresql() { # # Variables: # MARIADB_VERSION - MariaDB version to install (e.g. 10.11, latest) (default: latest) -# ------------------------------------------------------------------------------ te +# ------------------------------------------------------------------------------ tes setup_mariadb() { local MARIADB_VERSION="${MARIADB_VERSION:-latest}"