Merge pull request #451 from Citadel-Station-13/upstream-merge-26281

[MIRROR] Moves a temp file to the data tree
This commit is contained in:
LetterJay
2017-04-18 20:10:46 -05:00
committed by GitHub
+1 -1
View File
@@ -1364,7 +1364,7 @@ GLOBAL_VAR_INIT(valid_HTTPSGet, FALSE)
| \____( )___) )___
\______(_______;;; __;;;
*/
var/temp_file = "HTTPSGetOutput.txt"
var/temp_file = "data/HTTPSGetOutput.txt"
var/command
if(world.system_type == MS_WINDOWS)
command = "powershell -Command \"wget [url] -OutFile [temp_file]\""