From 9d063f5f9bb52794463c56e8f0e5153c928b4260 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 15 Sep 2020 10:01:50 +0200 Subject: [PATCH] Update scripts/install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a4128da..028357b 100644 --- a/scripts/install +++ b/scripts/install @@ -137,7 +137,7 @@ timezone="$(date +%:::z)" ynh_replace_string --match_string="__TIME_ZONE__" --replace_string="${timezone//-/\\-}" --target_file="$application_file" # Set admin password -php"${phpversion]}" ../conf/config.php --index="$final_path/app/index.php" --password="$password" +php"${phpversion}" ../conf/config.php --index="$final_path/app/index.php" --password="$password" # Add default domain configs by looping through all the domains already added mkdir -p "$final_path/app/data/_data_/_default_/domains/"