Skip to content
Snippets Groups Projects
Commit 3e8649a1 authored by Benjamin Bollen's avatar Benjamin Bollen Committed by GitHub
Browse files

Merge pull request #269 from silasdavis/quote-script-params

Make sure command-line arguments expanded correctly
parents 9c663a61 ce555c11
No related branches found
No related tags found
No related merge requests found
......@@ -83,5 +83,5 @@ case $CMD in
;;
esac
echo "running eris-db serve --debug $CONFIG_OPTS $@"
eris-db serve --debug $CONFIG_OPTS $@
\ No newline at end of file
echo "running eris-db serve --debug $CONFIG_OPTS \"$@\""
eris-db serve --debug $CONFIG_OPTS "$@"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment