2
0
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:
rudolfkoenig 2022-11-01 09:31:28 +00:00
parent 603ac53a15
commit 267d40a50a

View File

@ -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";
}
}