From 308220132d15db6c8254c64a3af5816416043bce Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Fri, 17 Oct 2025 09:08:39 +0000 Subject: [PATCH] Poprawienie pliku motd. --- motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motd b/motd index 1848f00..b4ffe3f 100755 --- a/motd +++ b/motd @@ -37,7 +37,7 @@ else fi echo -e " \t$(uptime | grep -o "load.*$" | tr [a-z] [A-Z])"; echo; -if $(host drukarki | awk '{printf $1}' | grep -q 'zsgronowo.edu.pl'); then +if $(host $(hostname) | awk '{printf $1}' | grep -q 'zsgronowo.edu.pl'); then echo -e "ZS, CKU w GRONOWIE @ 2025 https://zsgronowo.edu.pl"; else echo -e "morketsmerke.org @ 2025 https://github.com/xf0r3m/immudex"; -- 2.39.5