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