Moves a temp file to the data tree

This commit is contained in:
CitadelStationBot
2017-04-18 03:47:11 -05:00
parent 34c0cfa1a8
commit 152c0ffdd0
+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]\""