Finish template tidy
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
my $backups = esmith::BackupHistoryDB->open;
|
||||
my $now = time();
|
||||
my $backup_rec = $backups->new_record($now, {
|
||||
type => 'backup_record', BackupType => 'desktop',
|
||||
StartEpochTime => $now,
|
||||
type => 'backup_record', BackupType => 'desktop',
|
||||
StartEpochTime => $now,
|
||||
});
|
||||
|
||||
# Dump the current mysql tables so that they are part of the image.
|
||||
|
Reference in New Issue
Block a user