diff --git a/install.sh b/install.sh index 6dadb7d..c815d2f 100644 --- a/install.sh +++ b/install.sh @@ -233,7 +233,7 @@ if [[ "$answer" == "y" ]]; then echo -e "${PURPLE}${BOLD}Enter the Directus admin password : ${RESET}" read -s directus_admin_password - cms_folder="cms.${domain_name}" + cms_folder="cms_${domain_name}" env_file="${cms_folder}/.env" port=8055