Copilot commented on code in PR #4292: URL: https://github.com/apache/streampark/pull/4292#discussion_r2844043199
########## streampark-console/streampark-console-service/src/main/assembly/conf/streampark-env.sh: ########## @@ -0,0 +1,39 @@ +# Review Comment: The shell script is missing the shebang line (#!/bin/bash) at the beginning. All shell scripts in the bin directory (streampark.sh, startup.sh, stop.sh, setclasspath.sh) consistently start with #!/bin/bash as their first line. While this file is sourced rather than executed directly, including the shebang line is a best practice that improves consistency and allows for potential direct execution or testing. -- 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]
