From 18256e02ca9aa62ef33cd25e9d724a079bc3e29e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 08:26:59 +0100 Subject: [PATCH] typo in shell script --- deployment/bare_metal/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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