From 53c7e8ea1b98676a644ae727de67fd6d45f7ec43 Mon Sep 17 00:00:00 2001 From: mco-system Date: Thu, 6 Apr 2023 21:17:18 +1100 Subject: [PATCH] wip beta --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bcb8b8..3bb6bd2 100644 --- a/Makefile +++ b/Makefile @@ -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: