Skip to content

Commit

Permalink
remove unused vars (home-assistant#3568)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar authored and miguelrjim committed Apr 26, 2024
1 parent 800a8cf commit fbfa476
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion mariadb/rootfs/etc/s6-overlay/s6-rc.d/mariadb-core/finish
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# ==============================================================================
# Take down the S6 supervision tree when daemon fails
# ==============================================================================
declare exit_code
readonly exit_code_container=$(</run/s6-linux-init-container-results/exitcode)
readonly exit_code_service="${1}"
readonly exit_code_signal="${2}"
Expand Down
1 change: 0 additions & 1 deletion nginx_proxy/rootfs/etc/s6-overlay/s6-rc.d/crond/finish
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# ==============================================================================
# Take down the S6 supervision tree when daemon fails
# ==============================================================================
declare exit_code
readonly exit_code_container=$(</run/s6-linux-init-container-results/exitcode)
readonly exit_code_service="${1}"
readonly exit_code_signal="${2}"
Expand Down
1 change: 0 additions & 1 deletion nginx_proxy/rootfs/etc/s6-overlay/s6-rc.d/nginx/finish
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# ==============================================================================
# Take down the S6 supervision tree when daemon fails
# ==============================================================================
declare exit_code
readonly exit_code_container=$(</run/s6-linux-init-container-results/exitcode)
readonly exit_code_service="${1}"
readonly exit_code_signal="${2}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Take down the S6 supervision tree when service fails
# s6-overlay docs: https://github.com/just-containers/s6-overlay
# ==============================================================================
declare exit_code
readonly exit_code_container=$(</run/s6-linux-init-container-results/exitcode)
readonly exit_code_service="${1}"
readonly exit_code_signal="${2}"
Expand Down
1 change: 0 additions & 1 deletion piper/rootfs/etc/s6-overlay/s6-rc.d/piper/finish
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Take down the S6 supervision tree when service fails
# s6-overlay docs: https://github.com/just-containers/s6-overlay
# ==============================================================================
declare exit_code
readonly exit_code_container=$(</run/s6-linux-init-container-results/exitcode)
readonly exit_code_service="${1}"
readonly exit_code_signal="${2}"
Expand Down
1 change: 0 additions & 1 deletion whisper/rootfs/etc/s6-overlay/s6-rc.d/whisper/finish
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Take down the S6 supervision tree when service fails
# s6-overlay docs: https://github.com/just-containers/s6-overlay
# ==============================================================================
declare exit_code
readonly exit_code_container=$(</run/s6-linux-init-container-results/exitcode)
readonly exit_code_service="${1}"
readonly exit_code_signal="${2}"
Expand Down

0 comments on commit fbfa476

Please sign in to comment.