shenshihai 2 năm trước cách đây
mục cha
commit
0b916333da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Utility.php

+ 1 - 1
src/Utility.php

@@ -320,7 +320,7 @@ function downloadToDir($toolDir,$downClient,$ossHost,$repoName,$fileName,$target
 	}
 	else{
 		$wget = getWgetPath($toolDir);
-		$cmd = $wget. " " . $remoteUrl . " -O=" . $targetPath;
+		$cmd = $wget. " " . $remoteUrl . " -O " . $targetPath;
 	}
 	logInfo("start to fetch file --",$cmd);
 	system($cmd, $ret);