diff --git a/root/usr/bin/pushbot/pushbot b/root/usr/bin/pushbot/pushbot index 99c2486eeda6262e3c9f531dce818628105d1781..336335c3bc41a3c11cc3412672e1db49930a7284 100755 --- a/root/usr/bin/pushbot/pushbot +++ b/root/usr/bin/pushbot/pushbot @@ -885,7 +885,7 @@ function current_device(){ local ip_total="${ip_total}${str_space}" done fi - content="${content}${str_linefeed}${str_tab}${ip}${ip_total}${boldstar}${font_green}${ip_name}${font_end}${boldstar}" + content="${content}${str_linefeed}${str_tab}${ip}${ip_total}${boldstar}${font_green}${ip_name}${font_end2}${boldstar}" unset i n ip_total ip_mac ip_name done }