directus db 6
This commit is contained in:
parent
8e991ce553
commit
cd788805f7
|
@ -162,8 +162,7 @@ if [[ "$answer" == "y" ]]; then
|
|||
send \"GRANT ALL PRIVILEGES ON directus.* TO 'directus'@'localhost' IDENTIFIED BY '${db_directus_password}';\r\"
|
||||
send \"FLUSH PRIVILEGES;\r\"
|
||||
expect \"mysql>\"
|
||||
send \"exit\r\"
|
||||
wait
|
||||
send \"quit;\r\"
|
||||
")
|
||||
echo "${CREATE_DIRECTUS_DB}"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue