From: xf0r3m Date: Tue, 26 May 2026 13:22:45 +0000 (+0200) Subject: Poprawienie wywołania immudex-meteo w immudex-motd. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=1a5643ba42e413bdfc5704fd79705e3537c4d5fa;p=immudex.git Poprawienie wywołania immudex-meteo w immudex-motd. --- diff --git a/tools/bin/immudex-motd b/tools/bin/immudex-motd index 0d3fa8c..d0460d5 100755 --- a/tools/bin/immudex-motd +++ b/tools/bin/immudex-motd @@ -96,7 +96,7 @@ echo; if [ -x /usr/local/bin/immudex-meteo ]; then echo "Weather:"; if [ "$LOCATION" ]; then - /usr/local/bin/immudex-meteo --micro $LOCATION; + /usr/local/bin/immudex-meteo -m $LOCATION; fi fi echo;