From 3c5b1e7ae75fad9f054b4f8c8cc62c548d5e2143 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 12 Mar 2025 12:38:14 +0100 Subject: [PATCH] Update seafile-install.sh --- install/seafile-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/seafile-install.sh b/install/seafile-install.sh index 54e2d7e..b5fadf7 100644 --- a/install/seafile-install.sh +++ b/install/seafile-install.sh @@ -98,6 +98,9 @@ chown seafile: /opt/seafile mkdir -p /opt/conf chown seafile:seafile /opt/conf chmod 755 /opt/conf +mkdir -p /opt/ccnet +chown seafile:seafile /opt/ccnet +chmod 755 /opt/ccnet chown -R seafile:seafile /opt/conf chmod -R 755 /opt/conf LATEST_FILE=$(curl -s "https://download.seadrive.org/" | \