Mercurial Hosting > luan
view backup/stop.sh @ 1982:0f59713aeaeb
fix copy and paste
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 27 Jun 2025 22:27:40 -0600 |
parents | 45eaaf5146f3 |
children |
line wrap: on
line source
#!/bin/bash LUAN_PIDS=$(ps ax | awk '{if($0~"[s]erver.luan"){print $1}}'); kill -TERM $LUAN_PIDS; exit 0;