fix signatures not being written
This commit is contained in:
@@ -291,6 +291,7 @@ void StatsManager::CommitStatsToProfiles( const StageStats *pSS )
|
|||||||
|
|
||||||
if( bSaved )
|
if( bSaved )
|
||||||
{
|
{
|
||||||
|
FILEMAN->FlushDirCache( UPLOAD_DIR );
|
||||||
RString sStatsXmlSigFile = fn + SIGNATURE_APPEND;
|
RString sStatsXmlSigFile = fn + SIGNATURE_APPEND;
|
||||||
CryptManager::SignFileToFile(fn, sStatsXmlSigFile);
|
CryptManager::SignFileToFile(fn, sStatsXmlSigFile);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user