From: xf0r3m Date: Sat, 15 Jul 2023 08:36:36 +0000 (+0200) Subject: Poprawienie błędu w funkcji 'idle-list-containers' w skrypcie idle.sh X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=d8a652fce4e780b9f03ee43bb91b9a8450c2b3c5;p=idle.git Poprawienie błędu w funkcji 'idle-list-containers' w skrypcie idle.sh --- diff --git a/idle.sh b/idle.sh index 0d4b45a..dd80dc4 100644 --- a/idle.sh +++ b/idle.sh @@ -50,7 +50,7 @@ function idle-list-containers() { else installed="\e[31m\u2716\e[0m"; fi - $desc=$(grep "$container" $DATABASE | cut -d ";" -f 5); + desc=$(grep "$container" $DATABASE | cut -d ";" -f 5); echo -e "${container}: $desc $installed"; done fi