Fix the default configuration path in our web wizard
This commit is contained in:
parent
19387b24ab
commit
daaf242145
|
@ -534,7 +534,7 @@ class WebWizard extends Wizard implements SetupWizard
|
||||||
mt('setup', 'Writable Config Directory'),
|
mt('setup', 'Writable Config Directory'),
|
||||||
mt(
|
mt(
|
||||||
'setup',
|
'setup',
|
||||||
'The Icinga Web 2 configuration directory defaults to "/etc/icingaweb", if' .
|
'The Icinga Web 2 configuration directory defaults to "/etc/icingaweb2", if' .
|
||||||
' not explicitly set in the environment variable "ICINGAWEB_CONFIGDIR".'
|
' not explicitly set in the environment variable "ICINGAWEB_CONFIGDIR".'
|
||||||
),
|
),
|
||||||
is_writable($configDir),
|
is_writable($configDir),
|
||||||
|
|
Loading…
Reference in New Issue