Update find_file.lua
This commit is contained in:
parent
4e0edb644c
commit
39c4530cfd
|
|
@ -1,4 +1,4 @@
|
|||
local function find_file(dbh, domain_name, domain_uuid, file_name)
|
||||
function find_file(dbh, domain_name, domain_uuid, file_name)
|
||||
-- if we specify e.g. full path
|
||||
if (is_absolute_path(file_name) and file.exists(file_name)) then
|
||||
log.debugf('found file `%s` in file system', file_name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue