From 953fde28fcd3ec7273b905a428e6883e5040bea4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 16 Nov 2020 10:12:16 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 434ae5e..02fe2c2 100644 --- a/scripts/install +++ b/scripts/install @@ -109,7 +109,7 @@ ynh_replace_string --match_string="__DBNAME__" --replace_string="$db_name" --tar # MODIFY A CONFIG FILE #================================================= -ynh_replace_string --match_string="app/webroot" --replace_string="" --target_file="$final_path/app/View/Install/first.ctp" +ynh_replace_string --match_string="app/webroot/" --replace_string="" --target_file="$final_path/app/View/Install/first.ctp" #================================================= # STORE THE CONFIG FILE CHECKSUM