From 9e977882b3862c5ab28f715f5dc2c4cb01338650 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 20 Mar 2024 12:41:45 +0000 Subject: [PATCH] add proxy debugging facility --- ioc/start.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ioc/start.sh b/ioc/start.sh index 79cb8ec..d5e60c0 100755 --- a/ioc/start.sh +++ b/ioc/start.sh @@ -170,6 +170,14 @@ else else # the proxy container will provide a default proxy-start.sh in the root rtems-proxy start + + # TODO - probably do not need this when the proxy is working? + echo "Proxy exited pausing container for debugging ..." + + # keep the container running ... + while true; do + sleep 2 + done fi fi