directus db 8

This commit is contained in:
Valentin 2024-02-23 18:28:14 +01:00
parent c32965a4d6
commit ec5c04bd8d
1 changed files with 1 additions and 2 deletions

View File

@ -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>\"