import directus db 10

This commit is contained in:
Valentin 2024-04-17 18:14:28 +02:00
parent 535fbd0da9
commit e4717d6433
1 changed files with 1 additions and 1 deletions

View File

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