From 3abc02d6606160670763666abfdd88059024b3d8 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Mon, 17 Feb 2020 16:46:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A4=BA=E4=BE=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= 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 f0f505e..7f64f41 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -34,7 +34,7 @@ return array( 'username' => '', 'password' => '', 'BT_backup' => '/var/lib/transmission/torrents', // 移动做种:如果脚本与当前客户端不在一台机器,必须配置 - #'move' => 0, // 0不移动,1移动并辅种,2移动仅辅种自身,3未定义,4未定义 + 'move' => 0, // 0不移动,1移动并辅种,2移动仅辅种自身,3未定义 ), # 结束 # 开始 @@ -44,7 +44,7 @@ return array( 'username' => '', 'password' => '', 'BT_backup' => 'C:\Users\ASUS\AppData\Local\qBittorrent\BT_backup', // 移动做种:必须配置 - #'move' => 0, // 0不移动,1移动并辅种,2移动仅辅种自身,3未定义,4未定义 + 'move' => 0, // 0不移动,1移动并辅种,2移动仅辅种自身,3未定义 ), # 结束 // 全局客户端设置 结束