From: xf0r3m Date: Sat, 15 Jul 2023 08:02:34 +0000 (+0200) Subject: Zmiana nazwy funkcji w database.sh 'update_containers_description' -> 'idle-db-update... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=b274ef4d6379cef9a5b6461f94e843eedbcd01be;p=idle.git Zmiana nazwy funkcji w database.sh 'update_containers_description' -> 'idle-db-update-containers-desc' --- diff --git a/database.sh b/database.sh index d9ce991..6205f57 100644 --- a/database.sh +++ b/database.sh @@ -2,7 +2,7 @@ export DATABASE="/usr/share/idle/database.csv"; -function update_containers_description() { +function idle-db-update-containers-desc() { list=$(cut -d ";" -f 1 $DATABASE |\ sed -e 's/images://g' -e 's@/amd64@@g' |\ awk '{printf $1" "}');