initial commit of file from CVS for smeserver-support on Mon 10 Jul 08:43:33 BST 2023
This commit is contained in:
7
root/etc/e-smith/db/configuration/migrate/20InstallEpoch
Normal file
7
root/etc/e-smith/db/configuration/migrate/20InstallEpoch
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
my $sysconfig = $DB->get('sysconfig')
|
||||
|| $DB->new_record('sysconfig', { type => 'configuration' });
|
||||
|
||||
$sysconfig->prop('InstallEpoch')
|
||||
|| $sysconfig->set_prop('InstallEpoch', time);
|
||||
}
|
Reference in New Issue
Block a user