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:
2
fhem.pl
2
fhem.pl
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user