This commit is contained in:
16
Startup.cs
16
Startup.cs
@@ -108,14 +108,14 @@ namespace rockfishCore
|
||||
RfSchema.CheckAndUpdate(dbContext);
|
||||
|
||||
//bool bMM=RfMail.MailIsMirroringProperly();
|
||||
try
|
||||
{
|
||||
var test = OpsDiagnostics.CheckSpacesBackupStorage();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string res = ex.Message;
|
||||
}
|
||||
// try
|
||||
// {
|
||||
// var test = OpsDiagnostics.VerifyBackups();
|
||||
// }
|
||||
// catch (Exception ex)
|
||||
// {
|
||||
// string res = ex.Message;
|
||||
// }
|
||||
|
||||
}//eof
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user