Update run service command to run the liquid file correctly
Some checks failed
Lint / lint (push) Failing after 5s

This commit is contained in:
Logan Cusano
2025-10-20 01:30:11 -04:00
parent 8217413ef1
commit 723e1f7c7b

View File

@@ -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.