fix forum #115478
This commit is contained in:
parent
1326aa0a34
commit
622b6bcf4c
@ -162,10 +162,13 @@ sub addConfDBFiles {
|
|||||||
else {
|
else {
|
||||||
# get pathnames to archiv
|
# get pathnames to archiv
|
||||||
push( @pathname, $configfile ) if ($configfile);
|
push( @pathname, $configfile ) if ($configfile);
|
||||||
Log( 2, 'backup include: ' . $configfile );
|
Log( 2, 'backup include: ' . $configfile )
|
||||||
|
if ($configfile);
|
||||||
|
|
||||||
$ret = parseConfig($configfile);
|
$ret = parseConfig($configfile);
|
||||||
push( @pathname, $statefile ) if ($statefile);
|
push( @pathname, $statefile ) if ($statefile);
|
||||||
Log( 2, 'backup include: ' . $statefile );
|
Log( 2, 'backup include: ' . $statefile )
|
||||||
|
if ($statefile);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $ret;
|
return $ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user