Skip to content

Commit

Permalink
add pause to end of default start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 25, 2023
1 parent a9bd825 commit ea9da7e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/ibek/templates/ioc/config/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Choices of contents of the config folder are:
- send a reboot command to the RTEMS crate
- start a telnet session to the RTEMS IOC console
'

'
# This is a placeholder script, but we still need keep the container running.
# Wait indefinitely so the container does not exit and restart continually.
while true; do
sleep 1
done

0 comments on commit ea9da7e

Please sign in to comment.