From 723e1f7c7b70c03ea620eb7304e4627844f64189 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Mon, 20 Oct 2025 01:30:11 -0400 Subject: [PATCH] Update run service command to run the liquid file correctly --- run_multi-rx_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_multi-rx_service.sh b/run_multi-rx_service.sh index 4937480..f199b2c 100644 --- a/run_multi-rx_service.sh +++ b/run_multi-rx_service.sh @@ -11,7 +11,7 @@ MULTI_RX_PID=$! # Store the PID of the background process # --- Start the liquid-dsp plot utility (op25.liq) in the background --- echo "Starting op25.liq..." -./op25.liq -c $CONFIG_FILE & +./op25.liq & LIQ_PID=$! # Store the PID of the op25.liq process # Wait for both background jobs to finish.