directus db 8
This commit is contained in:
parent
c32965a4d6
commit
ec5c04bd8d
|
@ -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>\"
|
||||
|
|
Loading…
Reference in New Issue