Update motdmb.sh

Filter the default "lieber-mensen-gehen" picture, so you just see the food pictures :=)
This commit is contained in:
denode 2026-05-25 11:50:38 +02:00
parent 0eac06068b
commit 377b92f89e

View file

@ -10,7 +10,7 @@ function motd() {
echo "$price$name" 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 curl -s "https:$image" | chafa --size=60x15
fi fi