From: Jean-Marc Pigeon (Delson) Date: Thu, 26 Jun 2025 22:53:31 +0000 (-0400) Subject: Adjusting the mysql command X-Git-Tag: tag-0.10~2 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=e17018a9f5541559dd53b41a3724bf9a4478751f;p=jmp%2Fmailleur Adjusting the mysql command --- 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!)"