From 39f5361b4bc39b1483dfcc547ad07a6d6cf468da Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 23 Feb 2024 22:46:55 +0100 Subject: [PATCH] directus bootstrap 5 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 80b7ae0..b71c95f 100644 --- a/install.sh +++ b/install.sh @@ -252,6 +252,7 @@ if [[ "$answer" == "y" ]]; then echo \"ADMIN_EMAIL='${directus_admin_email}'\" >> ${env_file} &&\ echo \"ADMIN_PASSWORD='${directus_admin_password}'\" >> ${env_file} &&\ cd ${cms_folder} &&\ + npm init -y &&\ npx directus bootstrap" $username fi