typo in shell script

This commit is contained in:
Ulf Gebhardt 2022-01-12 08:26:59 +01:00
parent 9cbd9139df
commit 18256e02ca
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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