1
0
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:
mvoelkel 2015-09-03 14:36:12 +02:00
parent a1e04db6db
commit 141a04fe7a
3 changed files with 3 additions and 3 deletions

2
dddvb

@ -1 +1 @@
Subproject commit 4c7e7afc84bccf7b2cf36cafcec54ccaa25f751d
Subproject commit 4e1b527c353f5a2465f7a583f0fc612ca52435c2

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- (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">
<OutdoorUnit Name="IDLP-40UNIDQ+S" Manufacturer="Inverto" Type="LNB">
<UBSlot Frequency="1680"/>

View File

@ -39,7 +39,7 @@ if DoCheck then
local configdir = tmp:read("*a")
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
NewImage = v
end