Skip to content

Commit

Permalink
Fixes #1755 (#1775)
Browse files Browse the repository at this point in the history
* Fixes #1755

* Fixes #1755: Added quotes around "$@"
  • Loading branch information
kaspersorensen authored and LosD committed Dec 8, 2017
1 parent 143acee commit 345dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/ui/src/assembly/bin/datacleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if $macos; then
fi
echo "Using DATACLEANER_JAVA_OPTS: $DATACLEANER_JAVA_OPTS"

exec java $DATACLEANER_JAVA_OPTS -jar $DATACLEANER_LIB_HOME/DataCleaner.jar
exec java $DATACLEANER_JAVA_OPTS -jar $DATACLEANER_LIB_HOME/DataCleaner.jar "$@"

0 comments on commit 345dcba

Please sign in to comment.