Skip to content

Commit

Permalink
fix: remove set -x from start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Costa committed Dec 1, 2022
1 parent 4ca3327 commit cea7b71
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 cea7b71

Please sign in to comment.