Skip to content

Commit

Permalink
IGNITE-19528 .sh permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Davydov committed Nov 17, 2024
1 parent 1c0391c commit 4f6a914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cdc-ext/bin/cdc-start-up.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ set -Eeuo pipefail
trap 'cleanup $LINENO' SIGINT SIGTERM ERR EXIT

SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)

IGNITE_CDC_EXAMPLE_DIR="${SCRIPT_DIR}/../examples/config/cdc-start-up"

CURRENT_PID=$$
Expand Down

0 comments on commit 4f6a914

Please sign in to comment.