This commit is contained in:
Vikulov Dmitry
2023-06-28 18:48:58 +03:00
parent cbe7f93387
commit 8e61cd7f70

View File

@ -948,7 +948,7 @@ public:
sCfgRedhatStart + sRedHat + L"\n\n" +
sCfgDebianScript + L"\n" +
sCfgRedhatScript + L"\n\n" +
sCfgVerboseLog + L"=0\n";
sCfgVerboseLog + L"0\n";
NSFile::CFileBinary oFile;
oFile.CreateFileW(m_sConfigName);