diff --git a/modules/setup/application/views/scripts/form/setup-welcome.phtml b/modules/setup/application/views/scripts/form/setup-welcome.phtml index bc7c57cd7..c299afe58 100644 --- a/modules/setup/application/views/scripts/form/setup-welcome.phtml +++ b/modules/setup/application/views/scripts/form/setup-welcome.phtml @@ -6,6 +6,7 @@ use Icinga\Application\Platform; use Icinga\Web\Wizard; $setupTokenPath = rtrim(Icinga::app()->getConfigDir(), '/') . '/setup.token'; +$cliPath = realpath(Icinga::app()->getApplicationDir() . '/../bin/icingacli'); ?>
= mt('setup', 'If you\'ve got the IcingaCLI installed you can do the following:'); ?>
= mt('setup', 'In case the IcingaCLI is missing you can create the token manually:'); ?>