]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Zmiana w wyrażeniach regularnych przy wyświetlaniu grup kontenerów w komunikacie...
authorxf0r3m <jakubstasinski@protonmail.com>
Tue, 8 Aug 2023 16:32:37 +0000 (18:32 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Tue, 8 Aug 2023 16:32:54 +0000 (18:32 +0200)
idle.sh

diff --git a/idle.sh b/idle.sh
index 675b930ced567983482c0b5b50b5bf0fdc4bb4c1..3b2eebae8aace683cda9b62c3f2cafcffced1a1a 100644 (file)
--- 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;