initial commit of file from CVS for smeserver-thinclient on Sat Sep 7 21:08:43 AEST 2024
This commit is contained in:
3
root/etc/e-smith/db/thinclient/migrate/00openRW
Normal file
3
root/etc/e-smith/db/thinclient/migrate/00openRW
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
$DB = esmith::ConfigDB->open(${DB_FILENAME});
|
||||
}
|
5
root/etc/e-smith/db/thinclient/migrate/default.remove
Normal file
5
root/etc/e-smith/db/thinclient/migrate/default.remove
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
my $default = $DB->get("default") or return;
|
||||
|
||||
$default->delete;
|
||||
}
|
Reference in New Issue
Block a user