Add set -e

This commit is contained in:
Alexandre
2023-10-03 20:02:29 +02:00
committed by GitHub
parent ecf0229464
commit c55f3c6752
186 changed files with 194 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/bashio
# shellcheck shell=bash
set -e
slug="tandoor_recipes"

View File

@@ -1,5 +1,6 @@
#!/usr/bin/bashio
# shellcheck shell=bash
set -e
if [[ -n "${DISABLE_INGRESS}" ]]; then
bashio::log.info "Ingress disabled"

View File

@@ -1,5 +1,6 @@
#!/usr/bin/bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155
#####################