From 1a5643ba42e413bdfc5704fd79705e3537c4d5fa Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 26 May 2026 15:22:45 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20wywo=C5=82ania=20immudex-meteo=20w?= =?utf8?q?=20immudex-motd.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/bin/immudex-motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5