From 8fcaae73c6047b0b4bb93e5764dc115ddf074fd2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 2 Feb 2021 12:43:45 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 662be30..3e30c63 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -50,6 +50,7 @@ then # Download, the source from sources folder mkdir -p $final_path && cp -a ../sources/* $final_path + ynh_replace_string --match_string="__DOMAIN____PATH__" --replace_string="$domain$path_url" --target_file="$final_path/index.html" fi #=================================================