From 72109146f6e9066be337e7be6ca7d4c80f21bff7 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 11:33:46 -0600 Subject: [PATCH] fix cloudlog install --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 205e02f..49bd4f8 100755 --- a/install.sh +++ b/install.sh @@ -118,11 +118,11 @@ if [ ! -d "$CLOUDLOG_DIR" ]; then # Create MariaDB database and user echo "Creating Cloudlog database..." - sudo mysql -u root <