From e17018a9f5541559dd53b41a3724bf9a4478751f Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Thu, 26 Jun 2025 18:53:31 -0400 Subject: [PATCH] Adjusting the mysql command --- support/crdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/crdb.sh b/support/crdb.sh index 925ca29..88ac8dd 100755 --- a/support/crdb.sh +++ b/support/crdb.sh @@ -38,7 +38,7 @@ case "$DB_TYPE" in ;; "MYSQL" ) SQL="/usr/bin/mariadb" - MSQL="/usr/bin/mariadb -U $APPNAME -q" + MSQL="/usr/bin/mariadb $APPNAME -q" /etc/rc.d/init.d/mysqld status if [ $? != 0 ] ; then echo "MySQL serveur NOT found up and running (exiting!)" -- 2.47.3