#!/command/with-contenv bashio # vim: ft=bash # shellcheck shell=bash # ============================================================================== # Take down the S6 supervision tree when nmbd fails # ============================================================================== # shellcheck disable=SC2155 readonly exit_code_container=$( /run/s6-linux-init-container-results/exitcode fi [[ "${exit_code_signal}" -eq 15 ]] && exec /run/s6/basedir/bin/halt elif [[ "${exit_code_service}" -ne 0 ]]; then if [[ "${exit_code_container}" -eq 0 ]]; then echo "${exit_code_service}" > /run/s6-linux-init-container-results/exitcode fi exec /run/s6/basedir/bin/halt fi