flyrain commented on code in PR #1589: URL: https://github.com/apache/polaris/pull/1589#discussion_r2103582493
########## quarkus/distribution/scripts/run.sh: ########## @@ -16,24 +16,30 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# - -# Linux Quarkus fast-jar run script for Apache Polaris -set -e +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +cd "${SCRIPT_DIR}" -script_dir="$(dirname "$0")" +# Default to server if no component specified +COMPONENT=${1:-server} Review Comment: Fixed in the new commit. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org