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