diff --git a/fhem/fhem.pl b/fhem/fhem.pl index e16ca93aa..fe0ca6ece 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -6000,6 +6000,7 @@ SecurityCheck() if(@fnd) { unshift(@fnd, "SecurityCheck:"); push(@fnd, "You can disable this message with attr global motd none"); + $defs{global}{init_errors} =~ s/SecurityCheck:.*motd none//s; $defs{global}{init_errors} .= join("\n", @fnd); } }