From e16a41b7dd91a25c368892de88e06047d2019bf0 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 9 May 2024 16:34:08 +0200 Subject: [PATCH] Update change_url: zgrmblpfhonmgf --- scripts/change_url | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index d6a18d1..31f1e6e 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -54,8 +54,7 @@ then path_url="$new_path" # Update custom error file path if needed - if [ $custom_error_file ] - ynh_print_info --message="Change the custom error config file" + if [ $custom_error_file -eq 1 ] then ynh_add_config --template="nginx-code-error.conf" --destination="$nginx_extra_conf_dir/error-code.conf" fi