Root-Check is active event when motd is none

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

View File

@@ -370,7 +370,7 @@ $init_done = 1;
DoTrigger("global", "INITIALIZED");
$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} .=
"\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"