From f7508537414b308af0fe7d6a016da38da85e1022 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Sat, 6 Oct 2018 17:32:29 +0200 Subject: [PATCH] package/gluon-hoodselector: check_site.lua rm domain seed check thus its already checked by gluon-core --- package/gluon-hoodselector/check_site.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/gluon-hoodselector/check_site.lua b/package/gluon-hoodselector/check_site.lua index 235b7ab8..4b35ac7a 100644 --- a/package/gluon-hoodselector/check_site.lua +++ b/package/gluon-hoodselector/check_site.lua @@ -1,5 +1,3 @@ -need_string_match(in_domain({'domain_seed'}), '^' .. ('%x'):rep(64) .. '$') - function need_nil(path) need(path, function(val) if val == nil then