diff --git a/scripts/change_url b/scripts/change_url index 2ff41a7..b3c5e9c 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -73,6 +73,7 @@ then fi if [ $change_path -eq 1 ] && [ "$new_path" != "/" ] +then ynh_replace_string --match_string="const WWW_URI = '$old_path/';" --replace_string="const WWW_URI = '$new_path/';" --target_file="$final_path/config.local.php" fi