Changeset - 69b41f9dfecc
[Not reviewed]
0 1 0
Vitaly Takmazov - 7 years ago 2018-01-22 14:09:33
vitalyster@gmail.com
fix directory creation for pid file

make extended_test is now passed under Stretch
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
spectrum/src/main.cpp
Show inline comments
 
@@ -449,7 +449,7 @@ int main(int argc, char **argv)
 
#ifndef WIN32
 
	// create directories
 
	try {
 
		boost::filesystem::create_directories(
 
		_createDirectories(&config,
 
			boost::filesystem::path(CONFIG_STRING(&config, "service.pidfile")).parent_path().string()
 
		);
 
	}
 
@@ -459,7 +459,7 @@ int main(int argc, char **argv)
 
	}
 
	// create directories
 
	try {
 
		boost::filesystem::create_directories(
 
		_createDirectories(&config,
 
			boost::filesystem::path(CONFIG_STRING(&config, "service.portfile")).parent_path().string()
 
		);
 
	}
0 comments (0 inline, 0 general)