mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-24 01:57:46 -05:00
Source .env when checking for elastisearch
This commit is contained in:
committed by
Brenda Wallace
parent
a7ab356298
commit
08ecd0ebee
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source .env
|
||||
|
||||
if [[ -z "$ELASTIC_SEARCH_VERSION" ]]; then
|
||||
echo "ELASTIC_SEARCH_VERSION variable not set"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user