From 5265e6d458a565d9444f6eede8e9f58f328b3b01 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 14 Dec 2022 19:34:13 +0100 Subject: [PATCH] pid --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index c49ae81e..5a85463f 100755 --- a/start.sh +++ b/start.sh @@ -24,5 +24,5 @@ echo "(RE)STARTING 12345.sh" # killall "12345.sh"; killall "_12345.sh"; killall "nc"; killall "command.sh" mkdir -p ~/.zen/tmp -exec ~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log & +~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log & PID=$! && echo $PID > ~/.zen/.pid && wait