From fdef620e071a04dc94131e12be9bd3ef308f87f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:18:18 +0100 Subject: [PATCH] Update change_url --- scripts/change_url | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 4b41c0d..9aca644 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -25,10 +25,12 @@ ynh_change_url_nginx_config #================================================= ynh_script_progression --message="Updating a configuration file..." --weight=1 +domain=$new_domain +path=$new_path ynh_add_config --template="config.local.php" --destination="$install_dir/config.local.php" -chmod 650 "$install_dir/config.local.php" -chown $app:$app "$install_dir/config.local.php" +#chmod 650 "$install_dir/config.local.php" +#chown $app:$app "$install_dir/config.local.php" #================================================= # END OF SCRIPT