From 4e2b94f5384e58117d78e60f1061950f6f9708a8 Mon Sep 17 00:00:00 2001 From: feiniks <36756310+feiniks@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:51:21 +0800 Subject: [PATCH] Add MARIADB_PLUGIN_DIR env (#8165) Co-authored-by: Heran Yang --- scripts/seafile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/seafile.sh b/scripts/seafile.sh index 486064edd0..d9134318aa 100755 --- a/scripts/seafile.sh +++ b/scripts/seafile.sh @@ -30,6 +30,7 @@ export SEAFILE_CONF_DIR=${default_seafile_data_dir} export SEAFILE_RPC_PIPE_PATH=${seafile_rpc_pipe_path} export SEAHUB_DIR=$seahubdir export SEAFDAV_CONF=${central_config_dir}/seafdav.conf +export MARIADB_PLUGIN_DIR=${INSTALLPATH}/seafile/lib/plugin script_name=$0 function usage () {