Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information