Skip to content

Commit ba42652

Browse files
authored
[ETCM-187] Fix override configuration properties via CLI args for faucet launcher (#721)
1 parent 114d199 commit ba42652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/universal/bin/faucet-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
cd $DIR/..
5-
./bin/mantis -Dconfig.file=./conf/faucet.conf -- faucet "$@"
5+
./bin/mantis -Dconfig.file=./conf/faucet.conf "$@" -- faucet

0 commit comments

Comments
 (0)