From 0d30c543db6e73cb628e43db49d868bdbe97cc63 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sat, 24 Feb 2024 13:39:21 +0100 Subject: [PATCH] directus tmux et caddy 6 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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