Skip to content

Commit

Permalink
fix: retain multiple cmd args for console (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
gramian authored Jul 8, 2024
1 parent dff804c commit 60aa024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/main/scripts/console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ $# -gt 0 ] ; then
$JAVA_OPTS_SCRIPT \
$ARCADEDB_SETTINGS \
-cp "$ARCADEDB_HOME/lib/*" \
$ARGS com.arcadedb.console.Console "$*"
$ARGS com.arcadedb.console.Console "$@"
else
exec "$JAVA" $JAVA_OPTS \
$ARCADEDB_OPTS_MEMORY \
Expand Down

0 comments on commit 60aa024

Please sign in to comment.