Skip to content
4 changes: 1 addition & 3 deletions RemoteFile/ManagementBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public JobResult ProcessJob(ManagementJobConfiguration config)

PathFile storePathFile = RemoteCertificateStore.SplitStorePathFile(config.CertificateStoreDetails.StorePath);

PathFile storePathFile = RemoteCertificateStore.SplitStorePathFile(config.CertificateStoreDetails.StorePath);

switch (config.OperationType)
{
case CertStoreOperationType.Add:
Expand Down Expand Up @@ -131,4 +129,4 @@ private void CreateStore(ManagementJobConfiguration config)
certificateStore.CreateCertificateStore(config.CertificateStoreDetails.StorePath, linuxFilePermissions);
}
}
}
}