From e4717d6433dc1055777da8e0e7a4a09f70fcc678 Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 17 Apr 2024 18:14:28 +0200 Subject: [PATCH] import directus db 10 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 35eaced..13a0770 100644 --- a/install.sh +++ b/install.sh @@ -283,7 +283,7 @@ if [[ "$answer" == "y" ]]; then LOAD_DIRECTUS_DB=$(expect -c " spawn mariadb -u directus -p directus < $sql_dump expect \"Enter password:\" - send \"$db_directus_password\r\" + send ${db_directus_password}\r expect eof ") echo "${LOAD_DIRECTUS_DB}" >& /dev/null