From 57474383ba4c05dddbda24ccb39d18c5059b1d11 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 3 Jan 2024 23:38:13 +0100 Subject: [PATCH] add ynh_print_info --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 24a8fc4..f36eae8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -82,6 +82,7 @@ fi # if the DNS port in the AGH config is not 53, make sure it is... if ! [ "$(ynh_read_var_in_file --file="$install_dir/AdGuardHome.yaml" --key="port" --after="dns")" == "53" ]; then + ynh_print_info --message="Fixing port 53 in the AGH config file..." ynh_write_var_in_file --file="$install_dir/AdGuardHome.yaml" --key="port" --after="dns" --value="53" fi