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'); ?>
@@ -71,8 +72,8 @@ $setupTokenPath = rtrim(Icinga::app()->getConfigDir(), '/') . '/setup.token'; ); ?>

- icingacli setup config createDirectory ; - icingacli setup token create; + setup config createDirectory ; + setup token create;