LiJie20190102 commented on code in PR #10419:
URL: https://github.com/apache/seatunnel/pull/10419#discussion_r2777448887
##########
seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/src/main/bin/start-seatunnel-flink-13-connector-v2.sh:
##########
@@ -44,7 +44,7 @@ if [ -f "${CONF_DIR}/seatunnel-env.sh" ]; then
fi
if [ ! -f "${APP_DIR}/runtime.tar.gz" ];then
-
+ cd "${APP_DIR}"
Review Comment:
Based on your suggestions, I have made the corresponding modifications.
Please review again
##########
seatunnel-core/seatunnel-flink-starter/seatunnel-flink-20-starter/src/main/bin/start-seatunnel-flink-20-connector-v2.sh:
##########
@@ -44,7 +44,7 @@ if [ -f "${CONF_DIR}/seatunnel-env.sh" ]; then
fi
if [ ! -f "${APP_DIR}/runtime.tar.gz" ];then
-
+ cd "${APP_DIR}"
Review Comment:
Based on your suggestions, I have made the corresponding modifications.
Please review again
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]