This commit is contained in:
mco-system 2023-04-06 21:17:18 +11:00
parent 692af60d52
commit 53c7e8ea1b
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ run:
stop:
-set -e;\
kill -15 $$(cat thsf.pid); \
THSF_DIR=$$(pwd); \
kill -15 $$(cat $$THSF_DIR/thsf.pid); \
rm thsf.pid
clean: