diff --git a/Application/Admin/Controller/AutoPackController.class.php b/Application/Admin/Controller/AutoPackController.class.php index c883bcd6a..e23db14e8 100644 --- a/Application/Admin/Controller/AutoPackController.class.php +++ b/Application/Admin/Controller/AutoPackController.class.php @@ -398,11 +398,10 @@ class AutoPackController extends Think $updata['savename'] = $newname; $updata['path'] = $new_to; $result = $this -> upload_game_pak_oss($updata); - @unlink($new_to); if ($result) { - if (file_exists($localPath)) { - unlink($localPath); + if (file_exists($new_to)) { + @unlink($new_to); } } } elseif (get_tool_status("qiniu_storage") == 1) {