From 49262aae1de70d3a6c52861b99f04eec3cd492c6 Mon Sep 17 00:00:00 2001 From: Michael Joshua Saul Date: Sun, 8 Mar 2026 14:38:10 -0600 Subject: [PATCH] Update install/plane-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/plane-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/plane-install.sh b/install/plane-install.sh index 1543cb96..9e59e7c6 100644 --- a/install/plane-install.sh +++ b/install/plane-install.sh @@ -54,7 +54,7 @@ MINIO_ROOT_USER="${MINIO_ACCESS_KEY}" MINIO_ROOT_PASSWORD="${MINIO_SECRET_KEY}" MINIO_VOLUMES="/opt/minio/data" EOF -cat </etc/systemd/system/minio.service +cat </etc/systemd/system/minio.service [Unit] Description=MinIO Object Storage After=network.target