From 4811937f42e50523f7de4f23c58e3df50feb487f Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Mon, 6 Apr 2020 15:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 0d2b884..f2a4c18 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -33,7 +33,7 @@ return array( 'username' => '', 'password' => '', 'BT_backup' => '/var/lib/transmission/torrents', // 移动做种:如果脚本与当前客户端不在一台机器,必须配置 - 'move' => 0, // 0不移动,1移动并辅种,2移动仅辅种自身,3未定义 + 'move' => 0, // 0不移动,1移动并辅种,2移动且只在当前客户端辅种 ), # 结束 # 开始 @@ -43,7 +43,7 @@ return array( 'username' => '', 'password' => '', 'BT_backup' => 'C:\Users\ASUS\AppData\Local\qBittorrent\BT_backup', // 移动做种:必须配置,Linux搜索方法:find / -name BT_backup - 'move' => 0, // 0不移动,1移动并辅种,2移动仅辅种自身,3未定义 + 'move' => 0, // 0不移动,1移动并辅种,2移动且只在当前客户端辅种 ), # 结束 // 全局客户端设置 结束