From 786ec0f2b33a524356e1768ec075557380544f93 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 1 Jan 2024 01:18:06 +0100 Subject: [PATCH] remove debug ynh_print_info --- scripts/upgrade | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5e8eba0..0400827 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -138,10 +138,6 @@ ipv4_addr=$(process_ips "$(ip -4 address show "$ipv4_interface" 2> /dev/null | g # the 'sed' is used to get rid of the network prefix ('/64' for example) ipv6_addr=$(process_ips "$(ip -6 address show "$ipv6_interface" 2> /dev/null | grep inet | sed 's&/.*&&')") -# debug -ynh_print_info --message="IPv4: $ipv4_addr" -ynh_print_info --message="IPv6: $ipv6_addr" - # update the IP adresses in the AGH config file update_agh_ip_config