From: xf0r3m Date: Tue, 8 Aug 2023 16:32:37 +0000 (+0200) Subject: Zmiana w wyrażeniach regularnych przy wyświetlaniu grup kontenerów w komunikacie... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=c2d5ccbad9a5b0661e083fc5f8f9f6c46fc86164;p=idle.git Zmiana w wyrażeniach regularnych przy wyświetlaniu grup kontenerów w komunikacie pomocy - główny skrypt funkcji - idle.sh --- 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;