4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
kill "$(cat /var/run/app-ip.pid)"
|
|
rm /var/run/app-ip.pid
|