ip/stop.sh
2025-02-25 03:07:59 +09:00

4 lines
67 B
Bash
Executable File

#!/bin/sh
kill "$(cat /var/run/app-ip.pid)"
rm /var/run/app-ip.pid