commit
b7f69edd34
@ -477,7 +477,7 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
|
||||
#ifndef WIN32
|
||||
boost::filesystem::path GetPidFile()
|
||||
{
|
||||
boost::filesystem::path pathPidFile(GetArg("-pid", "litecoin.pid"));
|
||||
boost::filesystem::path pathPidFile(GetArg("-pid", "litecoind.pid"));
|
||||
if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile;
|
||||
return pathPidFile;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user