directus db 8
This commit is contained in:
parent
c32965a4d6
commit
ec5c04bd8d
|
@ -153,8 +153,7 @@ if [[ "$answer" == "y" ]]; then
|
||||||
fi
|
fi
|
||||||
install_expect
|
install_expect
|
||||||
CREATE_DIRECTUS_DB=$(expect -c "
|
CREATE_DIRECTUS_DB=$(expect -c "
|
||||||
spawn
|
spawn mariadb -u root -p
|
||||||
mariadb -u root -p
|
|
||||||
expect \"Enter password:\"
|
expect \"Enter password:\"
|
||||||
send \"$db_root_password\r\"
|
send \"$db_root_password\r\"
|
||||||
expect \"mysql>\"
|
expect \"mysql>\"
|
||||||
|
|
Loading…
Reference in New Issue