From 5bb22e49edaaee70fd8aee4eb362332153e470c2 Mon Sep 17 00:00:00 2001 From: huggy Date: Tue, 17 Sep 2024 18:25:08 +0900 Subject: [PATCH] missing something --- root/usr/sbin/fleth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/sbin/fleth b/root/usr/sbin/fleth index 746ecd3..0530a14 100755 --- a/root/usr/sbin/fleth +++ b/root/usr/sbin/fleth @@ -93,7 +93,7 @@ get_mape_provider() { t_DATA=$(lua /usr/sbin/fleth-map-e.lua calc "$ipv6_address") # kanashii code kana # yo ku wa ka ra na i - # printf "%s" "$t_DATA" + printf "%s" "$t_DATA" if [ "$t_DATA" != "UNKNOWN" ]; then t_i=0 while IFS= read -r line; do