This commit is contained in:
Marko Oldenburg 2020-11-02 07:59:28 +01:00
parent 1326aa0a34
commit 622b6bcf4c

View File

@ -162,10 +162,13 @@ sub addConfDBFiles {
else {
# get pathnames to archiv
push( @pathname, $configfile ) if ($configfile);
Log( 2, 'backup include: ' . $configfile );
Log( 2, 'backup include: ' . $configfile )
if ($configfile);
$ret = parseConfig($configfile);
push( @pathname, $statefile ) if ($statefile);
Log( 2, 'backup include: ' . $statefile );
Log( 2, 'backup include: ' . $statefile )
if ($statefile);
}
return $ret;