fix edge case in docker_entrypoint where crontabs glob fails to expand

This commit is contained in:
Nick Sweeting 2024-04-25 21:38:15 -07:00
parent 18a5b6e99c
commit 8f3901dd36
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@
# https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
# set -o xtrace
# set -o nounset
shopt -s nullglob
set -o errexit
set -o errtrace
set -o pipefail