diff --git a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh index d5505d417f..982e822961 100755 --- a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh +++ b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bashio # shellcheck shell=bash -set -euo pipefail +set -eo pipefail CONFIG_FILE="$(bashio::config 'CONFIG_LOCATION')" CONFIG_DIR="$(dirname "${CONFIG_FILE}")"