Root-Check is active event when motd is none

git-svn-id: https://svn.fhem.de/fhem/trunk@1669 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-06-30 08:03:18 +00:00
parent bf49fd5f29
commit ed1d90ca1b

View File

@@ -370,7 +370,7 @@ $init_done = 1;
DoTrigger("global", "INITIALIZED"); DoTrigger("global", "INITIALIZED");
$attr{global}{motd} .= "Running with root privileges." $attr{global}{motd} .= "Running with root privileges."
if($^O !~ m/Win/ && $< == 0); if($^O !~ m/Win/ && $<==0 && $attr{global}{motd} =~ m/^$sc_text/);
$attr{global}{motd} .= $attr{global}{motd} .=
"\nRestart fhem for a new check if the problem is fixed,\n". "\nRestart fhem for a new check if the problem is fixed,\n".
"or set the global attribute motd to none to supress this message.\n" "or set the global attribute motd to none to supress this message.\n"