From c2d5ccbad9a5b0661e083fc5f8f9f6c46fc86164 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 8 Aug 2023 18:32:37 +0200 Subject: [PATCH] =?utf8?q?Zmiana=20w=20wyra=C5=BCeniach=20regularnych=20pr?= =?utf8?q?zy=20wy=C5=9Bwietlaniu=20grup=20kontener=C3=B3w=20w=20komunikaci?= =?utf8?q?e=20pomocy=20-=20g=C5=82=C3=B3wny=20skrypt=20funkcji=20-=20idle.?= =?utf8?q?sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- idle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idle.sh b/idle.sh index 675b930..3b2eeba 100644 --- a/idle.sh +++ b/idle.sh @@ -58,9 +58,9 @@ function idle-list-containers() { function idle-fetch-containers() { - rpmGrepOpts='-E rpm.sh|fedora.sh|opensuse.sh|alt.sh'; + rpmGrepOpts='-E rocky.sh|fedora.sh|opensuse.sh'; debGrepOpts='deb.sh'; - otherGrepOpts='-v -E rpm.sh|fedora.sh|opensuse.sh|alt.sh|deb.sh'; + otherGrepOpts='-v -E rocky.sh|fedora.sh|opensuse.sh|deb.sh'; function create-container() { containerName=$1; -- 2.39.5