remove unnecessary wait

This commit is contained in:
John Bowdre 2023-12-28 13:26:46 -06:00
parent 968d1b6ac0
commit 6efb18f99d

View file

@ -14,4 +14,3 @@ if [ -n "${TS_SERVE_PORT}" ]; then
fi
fi
wait ${PID}
wait ${PID}