Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.9, 0.10
-
None
-
Newcomer (Easy) - Everyone can do this
Description
The wmgr script does not delete cas.workflow.pid when it receives the 'stop' command. Need to add the following statement in the stop case:
rm -f ${RUN_HOME}/cas.filemgr.pid
The resmgr script does not delete cas.resmgr.pid when it receives the 'stop' command. Need to add the following statement in the stop case:
rm -f ${RUN_HOME}/cas.resmgr.pid