check_site: change error title to something more unique

This commit is contained in:
rubo77 2019-06-15 11:48:27 +02:00
parent 0970dd3e01
commit 09c873421e
No known key found for this signature in database
GPG Key ID: 8BCC811299DBC5DF

View File

@ -1,7 +1,7 @@
local cjson = require 'cjson'
local function config_error(src, ...)
error(src .. ' error: ' .. string.format(...), 0)
error(src .. ' - Error in site.conf: ' .. string.format(...), 0)
end
local has_domains = (os.execute('ls -d "$IPKG_INSTROOT"/lib/gluon/domains/ >/dev/null 2>&1') == 0)