Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base Image: S6 overlay & jemalloc update #72425

Merged
merged 3 commits into from
May 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update finish
  • Loading branch information
pvizeli committed May 24, 2022
commit a496bf5978352c769416a067532f9b3eec37fd5b
2 changes: 1 addition & 1 deletion rootfs/etc/services.d/home-assistant/finish
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bashio::log.info "Home Assistant Core finish process exit code ${1}"
if [[ ${APP_EXIT_CODE} -eq ${RESTART_EXIT_CODE} ]]; then
exit 0
elif [[ ${APP_EXIT_CODE} -eq ${SIGNAL_EXIT_CODE} ]]; then
bashio::log.info "Home Assistant Core finish process received signal ${APP_EXIT_CODE}" }
bashio::log.info "Home Assistant Core finish process received signal ${APP_EXIT_CODE}"

NEW_EXIT_CODE=$((128 + SYS_EXIT_CODE))
echo ${NEW_EXIT_CODE} > /run/s6-linux-init-container-results/exitcode
Expand Down