mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
typo in shell script
This commit is contained in:
parent
9cbd9139df
commit
18256e02ca
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# Load .env or .env.dist if not present
|
# Load .env or .env.dist if not present
|
||||||
set -o allexport
|
set -o allexport
|
||||||
if [ -f ".env"]; then
|
if [ -f ".env" ]; then
|
||||||
source .env
|
source .env
|
||||||
else
|
else
|
||||||
source .env.dist
|
source .env.dist
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user