From 377b92f89e744d895527d4c7c222e225dd5962cb Mon Sep 17 00:00:00 2001 From: denode Date: Mon, 25 May 2026 11:50:38 +0200 Subject: [PATCH] Update motdmb.sh Filter the default "lieber-mensen-gehen" picture, so you just see the food pictures :=) --- motdmb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motdmb.sh b/motdmb.sh index bf91125..b464050 100644 --- a/motdmb.sh +++ b/motdmb.sh @@ -10,7 +10,7 @@ function motd() { echo "$price € $name" - if [[ -n "$image" && "$image" != "null" ]]; then + if [[ -n "$image" && "$image" != "null" && "$image" != *"lieber-mensen-gehen"*]]; then curl -s "https:$image" | chafa --size=60x15 fi