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