mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
SCIFDataBase, update script, dddvb changes
update script can now scan Microsoft IIS directory listings
This commit is contained in:
parent
a1e04db6db
commit
141a04fe7a
2
dddvb
2
dddvb
@ -1 +1 @@
|
|||||||
Subproject commit 4c7e7afc84bccf7b2cf36cafcec54ccaa25f751d
|
Subproject commit 4e1b527c353f5a2465f7a583f0fc612ca52435c2
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- (c)2012 Digital Devices GmbH. All rights reserved -->
|
<!-- (c)2012 Digital Devices GmbH. All rights reserved -->
|
||||||
<!-- $Id: SCIFDataBase.xml 590 2014-12-11 13:07:00Z manfred $ -->
|
<!-- $Id: SCIFDataBase.xml 609 2015-04-13 22:59:53Z manfred $ -->
|
||||||
<SCIFDataBase xmlns="http://schemas.DigitalDevices.de/SCIFDataBase">
|
<SCIFDataBase xmlns="http://schemas.DigitalDevices.de/SCIFDataBase">
|
||||||
<OutdoorUnit Name="IDLP-40UNIDQ+S" Manufacturer="Inverto" Type="LNB">
|
<OutdoorUnit Name="IDLP-40UNIDQ+S" Manufacturer="Inverto" Type="LNB">
|
||||||
<UBSlot Frequency="1680"/>
|
<UBSlot Frequency="1680"/>
|
||||||
|
@ -39,7 +39,7 @@ if DoCheck then
|
|||||||
local configdir = tmp:read("*a")
|
local configdir = tmp:read("*a")
|
||||||
tmp:close()
|
tmp:close()
|
||||||
|
|
||||||
for v in string.gmatch(serverdir,"\"(octonet%.%d+%.img)\"") do
|
for v in string.gmatch(serverdir,"[\"/](octonet%.%d+%.img)\"") do
|
||||||
if v > NewImage then
|
if v > NewImage then
|
||||||
NewImage = v
|
NewImage = v
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user