From ac1dfc46715ccb172005494c6b011d3197284bfd Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 25 Nov 2018 11:56:19 +0100 Subject: [PATCH] Correction Nom de domaine dans index.php --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 6f97b87..0759660 100644 --- a/scripts/install +++ b/scripts/install @@ -70,6 +70,7 @@ locale-gen sudo mkdir -p $final_path sudo cp -R ../src/* $final_path sudo cp ../conf/index_source.php $final_path/www/index.php +ynh_replace_string "Template-exemple" "$domain" $final_path/www/index.php #Temporaire - mettre en config ln -s $final_path/lang/fr $final_path/lang/fr_FR