Update motdmb.sh
Filter the default "lieber-mensen-gehen" picture, so you just see the food pictures :=)
This commit is contained in:
parent
0eac06068b
commit
377b92f89e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue