4 lines
131 B
Bash
4 lines
131 B
Bash
#!/bin/bash
|
|
cd /opt/cap/fms-core
|
|
kill -9 `cat /opt/cap/fms-core/fms-core/RUNNING_PID` && rm /opt/cap/fms-core/fms-core/RUNNING_PID
|