From 2f3bea76f4333de82379bd2117e682381e7ede24 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Thu, 5 Jun 2025 00:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=B4=20iptv,=20=D1=81=D0=B2=D1=8F=D0=B7=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D1=85=20=D1=81=20=D0=BA=D0=BE=D0=BD=D1=82?= =?UTF-8?q?=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iptv | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/iptv b/iptv index faaad1f..3cc70b5 100755 --- a/iptv +++ b/iptv @@ -416,8 +416,8 @@ find_service_compose() { for known in $(docker.compose config --services); do if [ "$known" = "$svc" ]; then - debug "Сервис '$svc' найден в композе" - echo "iptv-$known" + debug "Сервис '$known' найден в композе" + echo "$known" exit fi done @@ -432,9 +432,8 @@ find_services_compose() { [ "$*" ] && for svc in "$@"; do grep_match "$svc" "^--?.*" && continue - var_dump svc svc="$(find_service_compose "$svc")" - services="$services iptv-$svc" + services="$services $svc" done trim "$services"