stephb9959
2023-03-13 10:01:46 -07:00
parent 00698ce31c
commit a196e03c8e
4 changed files with 6 additions and 4 deletions

View File

@@ -614,7 +614,7 @@ namespace OpenWifi {
std::stringstream ParamStream;
Params.stringify(ParamStream);
Cmd.Details = ParamStream.str();
FileUploader()->AddUUID(CMD_UUID, 15min, SCR.type == "shell" ? "txt" : "gzip" );
FileUploader()->AddUUID(CMD_UUID, 15min, SCR.type == "shell" ? "txt" : "tgz" );
return RESTAPI_RPC::WaitForCommand(CMD_RPC, APCommands::Commands::script, false, Cmd,
Params, *Request, *Response, timeout, nullptr, this,