Skip to content

Commit

Permalink
Fixed typo in docker entry point script
Browse files Browse the repository at this point in the history
  • Loading branch information
teoincontatto committed May 16, 2017
1 parent 7c04cc7 commit a868bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/dist/docker/entry-point
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ then
-d "$TORODB_BACKEND_DATABASE" \
-c "SELECT 1" > /dev/null 2>&1
then
@{assembler.name}-setup root \
@{assembler.name}-setup \
--backend-host "$TORODB_BACKEND_HOST" \
--backend-port "$TORODB_BACKEND_PORT" \
--backend-database "$TORODB_BACKEND_DATABASE" \
Expand Down

0 comments on commit a868bea

Please sign in to comment.