Skip to content

Commit 7b210cc

Browse files
committed
Fix Unix startup script yamlesutils.sh
1 parent 8b50d12 commit 7b210cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scripts/yamlesutils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ CLASSPATH="$DIR_LIB/*"
99

1010
export CLASSPATH
1111

12-
java ${JVM_OPTS:-} -Dpf4j.pluginsDir="${DIR_PLUGINS}" "$CLASSMAIN" $*
12+
java ${JVM_OPTS:-} -Dpf4j.pluginsDir="${DIR_PLUGINS}" "$CLASSMAIN" "$@"

0 commit comments

Comments
 (0)