Add file-owner note to help output of the generateToken command

Clarifies that the token file must be owned by the webserver's user as there
is no reliable way to determine this user automagically.

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-08 16:07:43 +02:00
parent 7c202dd8fa
commit b7d3a47bc6
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ class SetupCommand extends Command
/**
* Create a new setup token
*
* Re-generates the setup token used to authenticate when installing Icinga Web 2 using the web-based wizard
* Re-generates the setup token used to authenticate when installing Icinga Web 2 using the web-based wizard.
* Note that it is required to run this command while logged in as your webserver's user or to make him the
* owner of the created file afterwards manually.
*
* USAGE:
*