From 8dff6a908c457e3f14d774fdbeaf31e9f086ce77 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:13:14 +0200 Subject: [PATCH] typo --- install/ente-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ente-install.sh b/install/ente-install.sh index 921f9bfb..a7eee698 100644 --- a/install/ente-install.sh +++ b/install/ente-install.sh @@ -86,7 +86,7 @@ cat </etc/default/minio MINIO_ROOT_USER=minioadmin MINIO_ROOT_PASSWORD=${MINIO_PASS} MINIO_VOLUMES=/opt/minio/data -lMINIO_OPTS="--address :3200 --console-address :3201" +MINIO_OPTS="--address :3200 --console-address :3201" EOF cat <<'EOF' >/etc/systemd/system/minio.service [Unit]