From ec5c04bd8d9f40e1f054a45187476d412219c124 Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 23 Feb 2024 18:28:14 +0100 Subject: [PATCH] directus db 8 --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0855eef..096aa50 100644 --- a/install.sh +++ b/install.sh @@ -153,8 +153,7 @@ if [[ "$answer" == "y" ]]; then fi install_expect CREATE_DIRECTUS_DB=$(expect -c " - spawn - mariadb -u root -p + spawn mariadb -u root -p expect \"Enter password:\" send \"$db_root_password\r\" expect \"mysql>\"