bugfix syntax error lib/FHEM/Services/backupToStorage.pm
This commit is contained in:
parent
f4034e4e06
commit
1102232d7e
@ -1,2 +1,2 @@
|
||||
UPD 2021-11-09_13:08:21 6508 FHEM/98_backupToStorage.pm
|
||||
UPD 2021-11-09_13:06:09 24111 lib/FHEM/Services/backupToStorage.pm
|
||||
UPD 2021-11-09_13:14:32 24111 lib/FHEM/Services/backupToStorage.pm
|
||||
|
@ -449,7 +449,7 @@ sub PushToStorage {
|
||||
}
|
||||
|
||||
Log3( $name, 4,
|
||||
qq{backupToStorage ($name) - execute command asynchronously (PID="$pid"})
|
||||
qq{backupToStorage ($name) - execute command asynchronously (PID="$pid")}
|
||||
);
|
||||
|
||||
$hash->{".fhem"}{subprocess} = $subprocess;
|
||||
@ -512,7 +512,7 @@ sub KeepLastN {
|
||||
}
|
||||
|
||||
Log3( $name, 4,
|
||||
qq{backupToStorage ($name) - execute command asynchronously (PID="$pid"})
|
||||
qq{backupToStorage ($name) - execute command asynchronously (PID="$pid")}
|
||||
);
|
||||
|
||||
$hash->{".fhem"}{subprocess} = $subprocess;
|
||||
|
Loading…
x
Reference in New Issue
Block a user