Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sarveshpro committed Apr 20, 2020
1 parent 31ee610 commit 372b13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parse_url() {
# received url as argument
ARG_URL=${1:-""}

# if config vars detected
# override if config vars detected
if [ "$DATABASE_URL" ]
then
ARG_URL=$DATABASE_URL
Expand Down Expand Up @@ -59,4 +59,4 @@ else
fi

# kickstart nodemation
n8n
n8n

0 comments on commit 372b13b

Please sign in to comment.