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