Skip to content

Commit

Permalink
add proxy debugging facility
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 20, 2024
1 parent a2c7faf commit 9e97788
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ioc/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e97788

Please sign in to comment.