1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

duplicity started creating signature files with invalid filenames, fixes #1431

This commit is contained in:
Joshua Tauberer
2018-10-13 16:16:30 -04:00
parent 3dbd6c994a
commit f739662392
2 changed files with 21 additions and 14 deletions

View File

@@ -200,6 +200,7 @@ function show_system_backup() {
total_disk_size += b.size;
}
total_disk_size += r.unmatched_file_size;
$('#backup-total-size').text(nice_size(total_disk_size));
})
}