Removing the cleanup of the OIDC .env file - makes only stuff complicater :)

This commit is contained in:
2026-02-09 14:01:12 +01:00
parent a92b4ef42c
commit 27d1407ee2

View File

@@ -61,11 +61,5 @@ for dir in "${DATA_DIRS[@]}"; do
fi
done
# remove generated .env
if [ -f "${SCRIPT_DIR}/.env" ]; then
rm -f "${SCRIPT_DIR}/.env"
info " Removed .env"
fi
echo ""
info "${BOLD}OIDC dev environment cleaned.${RESET} Run 'podman compose up -d' (or docker compose) to start fresh."