Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.10, 1.1.0
-
None
-
2017-16
Description
processmanager.cpp line 6248 (develop-1.0) has the following:
string cmd = startup::StartUp::installDir() + "/bin/reset_locks " + skip + " > + logdir + /reset_locks.log1 2>&1";
|
The first pipe direction character should have a closing quote mark and file name should have an opening quote mark. Since it does not the log goes into a file called '+' in the current working directory.