From 78a7b654759b84c30860ff44ca5287bb64e8a89b Mon Sep 17 00:00:00 2001 From: Valentin Date: Thu, 18 Apr 2024 13:03:20 +0200 Subject: [PATCH] nuxt generate 2 --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index b80fd46..f95c8b6 100644 --- a/install.sh +++ b/install.sh @@ -417,7 +417,6 @@ if [[ "$answer" == "y" ]]; then echo \"DIRECTUS_API_TOKEN=${website_token}\" > .env &&\ echo \"URL=https://${domain_name}\" >> .env &&\ echo \"DIRECTUS_URL=https://cms.${domain_name}\" >> .env &&\ - tmux send-keys -t directus C-c &&\ npm install -y &&\ npm run generate --prerender" www-data