From d7e78014ee40e39f6c3e64361af1e7cad2ed8e4f Mon Sep 17 00:00:00 2001 From: Valentin Date: Sat, 24 Feb 2024 13:53:30 +0100 Subject: [PATCH] directus tmux et caddy 8 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7f2b924..53af849 100644 --- a/install.sh +++ b/install.sh @@ -245,7 +245,7 @@ if [[ "$answer" == "y" ]]; then mkdir ${cms_folder}/uploads &&\ echo \"HOST='${ip}'\" >> ${env_file} &&\ echo \"PORT=${port}\" >> ${env_file} &&\ - echo \"PUBLIC_URL='https://cms.${domain_name}\" >> ${env_file} &&\ + echo \"PUBLIC_URL='https://cms.${domain_name}'\" >> ${env_file} &&\ echo \"DB_CLIENT='mysql'\" >> ${env_file} &&\ echo \"DB_HOST='127.0.0.1'\" >> ${env_file} &&\ echo \"DB_PORT='3306'\" >> ${env_file} &&\