mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
fhem.pl: do not report error if the file cannot be read (Forum #129998)
git-svn-id: https://svn.fhem.de/fhem/trunk@26635 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
603ac53a15
commit
267d40a50a
@ -2743,7 +2743,7 @@ CommandReload($$;$)
|
||||
$cfgDB = 'X';
|
||||
} else {
|
||||
# configDB not used and file not found: it's a real error!
|
||||
return "Can't read $file: $!";
|
||||
return "Can't read $file";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user