Skip to content

Commit

Permalink
fix: 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Mar 11, 2024
1 parent 26fd149 commit 3085818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ set -e
# set -u
# set -x

SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"

# shellcheck source=./sync_common.sh
source "$(pwd)/sync_common.sh"
source "${SCRIPT_DIR}/src/sync_common.sh"

###########################################
# Precheks
Expand Down

0 comments on commit 3085818

Please sign in to comment.