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