Browse Source
- Renamed the `exit_handler` function to `exit_handler_user` in `entrypoint-user.sh` - Updated the echo statements in the exit handler to use proper capitalization - Removed unnecessary `exec` command in the exit handler of both scripts - Modified trap signal from `exit_handler` to `exit_handler_user` in `entrypoint-user.sh` - Added background execution for log tailing in both scripts using `tail -F` - Added wait command at the end of each script to ensure completionpull/23/head
2 changed files with 9 additions and 7 deletions
Loading…
Reference in new issue