From eb2ccac4508fc4d8f3d65de656f30b0e26315732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:48:47 +0100 Subject: [PATCH] Update change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 300afc7..161c1a0 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -23,7 +23,7 @@ ynh_change_url_nginx_config #================================================= # UPDATE OPENSONDAGE CONFIGURATION #================================================= -ynh_script_progression --message="Reconfiguring $app..." +ynh_script_progression --message="Reconfiguring $app..." --weight=2 ynh_replace_string --match_string="const APP_URL = '$old_domain';" --replace_string="const APP_URL = '$new_domain';" --target_file="$install_dir/app/inc/config.php"