You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor entrypoint.sh to improve signal handling during sleep
- Store the PID of the sleep process to allow for more reliable signal interruption.
- Use a case statement for checking the exit status of the wait command, enhancing portability and clarity.
- Maintain existing functionality while improving code readability and robustness.
Co-authored-by: Jay Rogers <[email protected]>
0 commit comments