2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

configDB.pm: minor change

git-svn-id: https://svn.fhem.de/fhem/trunk@27560 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2023-05-12 19:51:55 +00:00
parent 132a688642
commit d9b5b82a67

View File

@ -551,7 +551,7 @@ sub cfgDB_SaveState {
# don't write statefile in rescue mode # don't write statefile in rescue mode
return if ($configDB{attr}{rescue} == 1); return if ($configDB{attr}{rescue} == 1);
_cfgDB_deleteRF; # _cfgDB_deleteRF;
$t = localtime; $t = localtime;
$out = "#$t"; $out = "#$t";