From 53de16e37b6951577b6248a68fda75acd1dd88bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 2 Jun 2024 20:56:48 +0200 Subject: [PATCH] Also bind mount ccnet dir --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 33da0a8..f8f6d7a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,6 +8,7 @@ systemd_seafile_bind_mount="$data_dir/seafile-data:/opt/seafile/seafile-data " systemd_seafile_bind_mount+="$data_dir/seahub-data:/opt/seafile/seahub-data " systemd_seafile_bind_mount+="/var/log/$app:/opt/seafile/logs " systemd_seafile_bind_mount+="$install_dir/conf:/opt/seafile/conf " +systemd_seafile_bind_mount+="$install_dir/ccnet:/opt/seafile/ccnet " systemd_seafile_bind_mount+="/proc " systemd_seafile_bind_mount+="/dev"