removed todo

This commit is contained in:
Ulf Gebhardt 2022-01-13 22:48:41 +01:00
parent dda39550ab
commit 0124fc884b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -12,7 +12,6 @@ set +o allexport
# Load .env or .env.dist if not present
set -o allexport
#TODO
if [ -f "$SCRIPT_DIR/.env" ]; then
source $SCRIPT_DIR/.env
else