gluon-geolocator: use taps and chang val type in check_site.lua

* set geolocator.autolocation as need_boolean
 * replace spaces with taps
This commit is contained in:
Jan-Tarek Butt 2017-08-12 20:55:00 +02:00
parent 1d3369bc80
commit 3625d53c5c

View File

@ -1,5 +1,5 @@
if need_table('geolocator', nil, false) then
need_number('geolocator.autolocation', false)
need_number('geolocator.interval', false)
need_string_array_match('geolocator.blacklist', '^%w+:%w+:%w+:%w+:%w+:%w+$', false)
need_boolean('geolocator.autolocation', false)
need_number('geolocator.interval', false)
need_string_array_match('geolocator.blacklist', '^%w+:%w+:%w+:%w+:%w+:%w+$', false)
end