mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 04:08:31 +08:00
use wildcard import (#14697)
This commit is contained in:
parent
a5f5aacb5d
commit
85f6a6e73c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user