Skip to content

Commit

Permalink
qzeleza#220 повтор
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGrF13 authored and AltGrF13 committed Dec 20, 2024
1 parent 3daab57 commit bbbcf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/bin/libs/vpn
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@ show_vpn_list() {
ent_inface=$(echo "${line}" | cut -d"|" -f2)
net_ip=$(get_ip_by_inface "${ent_inface}")
[ -n "${net_ip}" ] && net_ip=" [${net_ip}]"
mess="${num}. Интерфейс ${cli_inface_desc}${net_ip}"
mess="${num}. ${cli_inface_desc}${net_ip}"
sleep 1
connected=$(is_vpn_interface_connected "${cli_inface}")

Expand Down

0 comments on commit bbbcf2b

Please sign in to comment.