From f9164b6e53c48eb08f0ed6e78228ab6f809db0c5 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Mon, 16 Mar 2020 14:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9php=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E5=90=8D=E7=A7=B0=EF=BC=8C=E8=AE=A9=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E9=80=9A=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 9.执行辅种.cmd | 2 +- 9.更新与辅种.cmd | 2 +- 9.计划任务.cmd | 2 +- git_pull.sh | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/9.执行辅种.cmd b/9.执行辅种.cmd index 4edd461..3ab0fd2 100644 --- a/9.执行辅种.cmd +++ b/9.执行辅种.cmd @@ -1,4 +1,4 @@ @echo off chcp 65001 -%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php +%cd%\php\php %cd%\iyuu.php pause \ No newline at end of file diff --git a/9.更新与辅种.cmd b/9.更新与辅种.cmd index 39e1448..547bba3 100644 --- a/9.更新与辅种.cmd +++ b/9.更新与辅种.cmd @@ -3,5 +3,5 @@ chcp 65001 git fetch --all git reset --hard origin/master git pull -%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php +%cd%\php\php.exe %cd%\iyuu.php pause \ No newline at end of file diff --git a/9.计划任务.cmd b/9.计划任务.cmd index f60960f..5836f91 100644 --- a/9.计划任务.cmd +++ b/9.计划任务.cmd @@ -1,4 +1,4 @@ @echo off chcp 65001 -D:\IYUUAutoReseed\php-7.4.2-nts-Win32-vc15-x86\php.exe D:\IYUUAutoReseed\iyuu.php +D:\IYUUAutoReseed\php\php.exe D:\IYUUAutoReseed\iyuu.php exit \ No newline at end of file diff --git a/git_pull.sh b/git_pull.sh index 74c4f4e..26de85f 100644 --- a/git_pull.sh +++ b/git_pull.sh @@ -1,5 +1,4 @@ #!/bin/sh -cd /root/IYUUAutoReseed git fetch --all git reset --hard origin/master git pull