Skip to content

Commit

Permalink
fix: config.env not found
Browse files Browse the repository at this point in the history
`bin/start` should most likely read `bin/config.env` instead of `config.env` as the working directory is probably *not* `./bin` but `.`
  • Loading branch information
debuglevel authored Sep 13, 2023
1 parent f739387 commit 3883c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

source config.env
source bin/config.env

echo "Greenlight-v3 starting on port: $PORT"

Expand Down

0 comments on commit 3883c66

Please sign in to comment.