Skip to content

Commit

Permalink
Fix bug that complete the missing path in auto.sh's CLASS_PATH (#2741)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoo authored Dec 25, 2023
1 parent 9175be3 commit a178314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bin/auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FLINK_VERSION=${2:-1.18}
JAR_NAME="dinky-admin"

# Use FLINK_HOME:
CLASS_PATH=".:./lib/*:config:./plugins/*:./customJar/*:./plugins/flink${FLINK_VERSION}/dinky/*:./plugins/flink${FLINK_VERSION}/*:./extends/flink${FLINK_VERSION}/dinky/*:./extends/flink${FLINK_VERSION}/*"
CLASS_PATH=".:./lib/*:config:./extends/*:./plugins/*:./customJar/*:./plugins/flink${FLINK_VERSION}/dinky/*:./plugins/flink${FLINK_VERSION}/*:./extends/flink${FLINK_VERSION}/dinky/*:./extends/flink${FLINK_VERSION}/*"

PID_FILE="dinky.pid"

Expand Down

0 comments on commit a178314

Please sign in to comment.