diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index ae0a7e4..c91c7d3 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -13,15 +13,15 @@ # @Other : # @Resource : # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# Set bash options +[ -n "$DEBUG" ] && set -x +set -o pipefail +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - APPNAME="$(basename "$0" 2>/dev/null)" VERSION="202112111512-git" USER="${SUDO_USER:-${USER}}" HOME="${USER_HOME:-${HOME}}" SRC_DIR="${BASH_SOURCE%/*}" -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Set bash options -if [[ "$1" == "--debug" ]]; then shift 1 && set -xo pipefail && export SCRIPT_OPTS="--debug" && export _DEBUG="on"; fi - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -' # Set functions __help() {