mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-30 08:24:20 +00:00
write defualt config for I2P
This commit is contained in:
parent
3294ae9341
commit
4f04844f42
@ -196,7 +196,7 @@ bool AppInit(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
if (!boost::filesystem::exists(GetConfigFile().string()))
|
if (!boost::filesystem::exists(GetConfigFile().string()))
|
||||||
{
|
{
|
||||||
writeFirstConfig(); // create default config
|
writeFirstConfig(true, true); // create default config
|
||||||
}
|
}
|
||||||
ReadConfigFile(mapArgs, mapMultiArgs);
|
ReadConfigFile(mapArgs, mapMultiArgs);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user