4 lines
79 B
Bash
4 lines
79 B
Bash
#!/bin/bash
|
|
cd /opt/cap/fms-master
|
|
kill -9 `cat master2.pid` && rm master2.pid
|