mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +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
f36e52c73b
commit
d5dfd49946
@ -2743,7 +2743,7 @@ CommandReload($$;$)
|
|||||||
$cfgDB = 'X';
|
$cfgDB = 'X';
|
||||||
} else {
|
} else {
|
||||||
# configDB not used and file not found: it's a real error!
|
# configDB not used and file not found: it's a real error!
|
||||||
return "Can't read $file: $!";
|
return "Can't read $file";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user