From d2f702e5218fa2ba1f4405aa27e32dc2884a5616 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 23 Jun 2025 15:43:38 -0400 Subject: [PATCH] Improving crdbg (mysql) --- support/crdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/crdb.sh b/support/crdb.sh index 05a92f3..883de9d 100755 --- a/support/crdb.sh +++ b/support/crdb.sh @@ -43,7 +43,7 @@ case "$DB_TYPE" in /usr/bin/mysqladmin -u root shutdown echo "starting mysqld daemon" /etc/rc.d/init.d/mysqld start - )>> + ) >> $LOG ;; "POSTGRESQL" ) SQL="psql -q" -- 2.47.3