Skip to content

Commit

Permalink
missing something
Browse files Browse the repository at this point in the history
  • Loading branch information
makeding committed Sep 17, 2024
1 parent 347601b commit 5bb22e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/usr/sbin/fleth
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bb22e4

Please sign in to comment.