From: Jean-Marc Pigeon (Delson) Date: Mon, 23 Jun 2025 19:43:38 +0000 (-0400) Subject: Improving crdbg (mysql) X-Git-Tag: tag-0.9~10 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=d2f702e5218fa2ba1f4405aa27e32dc2884a5616;p=jmp%2Fmailleur Improving crdbg (mysql) --- 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"