diff --git a/deployment/bare_metal/install.sh b/deployment/bare_metal/install.sh index 40e5bc6ac..8c0b74ea7 100755 --- a/deployment/bare_metal/install.sh +++ b/deployment/bare_metal/install.sh @@ -5,7 +5,7 @@ # Load .env or .env.dist if not present set -o allexport -if [ -f ".env"]; then +if [ -f ".env" ]; then source .env else source .env.dist