gluon-config-mode-hostname: fix site check for prefill

Do not require this setting in site.conf.
This commit is contained in:
Matthias Schiffer 2018-09-29 14:09:28 +02:00
parent 03702aa881
commit c584d81952
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
need_boolean(in_site({'config_mode', 'hostname', 'optional'}), false)
need_boolean(in_site({'config_mode', 'hostname', 'prefill'}), true)
need_boolean(in_site({'config_mode', 'hostname', 'prefill'}), false)