Skip to content

Commit

Permalink
fix: remove set -x from start script (#6589)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Costa <[email protected]>
  • Loading branch information
timcosta and Tim Costa authored Dec 2, 2022
1 parent 44c2749 commit 6e31754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/datahub-gms/start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -x

# Add default URI (http) scheme if needed
if ! echo $NEO4J_HOST | grep -q "://" ; then
NEO4J_HOST="http://$NEO4J_HOST"
Expand Down

0 comments on commit 6e31754

Please sign in to comment.