mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-05 21:28:02 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -419,7 +419,7 @@ namespace OpenWifi {
|
||||
}
|
||||
|
||||
static bool ValidateScriptType(const std::string &t) {
|
||||
return t=="uci" || t=="ucode" || t=="shell" || t=="bundle";
|
||||
return t=="shell" || t=="bundle";
|
||||
}
|
||||
|
||||
void RESTAPI_device_commandHandler::Script(const std::string &CMD_UUID, uint64_t CMD_RPC, std::chrono::milliseconds timeout) {
|
||||
|
||||
Reference in New Issue
Block a user