From 10ac22ce1a3ff62ebc053deb4c5538c883eb860d Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:03:02 +0100 Subject: [PATCH] Fixed change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index acd9f80..b5baad5 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -28,7 +28,7 @@ ynh_change_url_nginx_config #================================================= ynh_script_progression --message="Updating $app configuration..." -sed -i s/"$old_domain"/"$new_domain"/g $install_dir/assets/* +sed -i s/"$old_domain"/"$new_domain"/g $install_dir/dist/assets/* ynh_add_config --template="config.properties" --destination="$install_dir/config.properties" chown $app:$app "$install_dir/config.properties"