bugfix typo

This commit is contained in:
Marko Oldenburg 2021-11-09 13:53:42 +01:00
parent 8d4fdf7cea
commit b0f05d188f
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
UPD 2021-11-09_13:08:21 6508 FHEM/98_backupToStorage.pm
UPD 2021-11-09_13:51:01 24284 lib/FHEM/Services/backupToStorage.pm
UPD 2021-11-09_13:53:37 24285 lib/FHEM/Services/backupToStorage.pm

View File

@ -425,7 +425,7 @@ sub PushToStorage {
$subprocess->{curl} = qx(which curl);
chomp($subprocess->{curl});
$subprocess->{fhemhost} = qx(hostname -f);
chomp($subprocess->{fhemhost}
chomp($subprocess->{fhemhost};
$subprocess->{type} = $hash->{STORAGETYPE};
$subprocess->{host} = AttrVal( $name, 'bTS_Host', '' );
$subprocess->{user} = AttrVal( $name, 'bTS_User', '' );