2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 19:32:42 +00:00

at.pm: fix onetime at with shutdown (Forum #68680)

git-svn-id: https://svn.fhem.de/fhem/trunk@13648 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-08 19:54:31 +00:00
parent ef2fd319c0
commit a031b8db05

View File

@ -171,6 +171,8 @@ at_Exec($)
my $skip = AttrVal($name, "skip_next", undef);
delete $attr{$name}{skip_next} if($skip);
$hash->{TEMPORARY} = 1 if($hash->{VOLATILE}); # 68680
delete $hash->{VOLATILE};
if(!$skip && !IsDisabled($name)) {
Log3 $name, 5, "exec at command $name";