Skip to content

Commit

Permalink
use wildcard import (#14697)
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS authored Aug 3, 2023
1 parent a5f5aac commit 85f6a6e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dolphinscheduler-standalone-server/src/main/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ fi

CP=""
for d in $DOLPHINSCHEDULER_HOME/libs/*; do
for f in $d/*.jar; do
CP=$CP:$f
done
CP=$CP:"$d/*"
done

$JAVA_HOME/bin/java $JAVA_OPTS \
-cp "$DOLPHINSCHEDULER_HOME/conf":"$CP" \
-cp "$DOLPHINSCHEDULER_HOME/conf""$CP" \
org.apache.dolphinscheduler.StandaloneServer

0 comments on commit 85f6a6e

Please sign in to comment.