Skip to content
Snippets Groups Projects
Unverified Commit d9b2afed authored by Hannes Schulze's avatar Hannes Schulze
Browse files

Create contractor dir if it doesn't exist

parent 42446704
Branches
Tags
No related merge requests found
......@@ -49,8 +49,8 @@ namespace Conecto {
build_version = "0.1";
}
public override void activate ()
{
public override void activate () {
Contractor.create_if_not_exists_contract_dir ();
Contractor.clean_contractor_directory.begin ();
MConnectThread mconnect_thread = new MConnectThread (this, devices_map, main_settings);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment