bugfix syntax error lib/FHEM/Services/backupToStorage.pm

This commit is contained in:
Marko Oldenburg 2021-11-09 13:14:45 +01:00
parent f4034e4e06
commit 1102232d7e
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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