make it clearer that the finishing commands have to be exectuted as 'root'; fixes #1128
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -952,7 +952,7 @@ return [
|
||||
'autoupdate_1' => 'PHP setting allow_url_fopen is disabled. Autoupdate needs this setting to be enabled in php.ini',
|
||||
'autoupdate_2' => 'PHP zip extension not found, please ensure it is installed and activated',
|
||||
'autoupdate_4' => 'The froxlor archive could not be stored to the disk :(',
|
||||
'autoupdate_5' => 'version.froxlor.org returned inacceptable values :(',
|
||||
'autoupdate_5' => 'version.froxlor.org returned unacceptable values :(',
|
||||
'autoupdate_6' => 'Whoops, there was no (valid) version given to download :(',
|
||||
'autoupdate_7' => 'The downloaded archive could not be found :(',
|
||||
'autoupdate_8' => 'The archive could not be extracted :(',
|
||||
@@ -2310,6 +2310,7 @@ Yours sincerely, your administrator',
|
||||
'description' => 'Running database updates for your froxlor installation',
|
||||
'uc_newinfo' => 'There is a newer %sversion available: "%s" (Your current version is: %s)',
|
||||
'notify_subject' => 'New update available',
|
||||
'dbupdate_required' => 'Froxlor files have been updated, database update required',
|
||||
],
|
||||
'usersettings' => [
|
||||
'custom_notes' => [
|
||||
@@ -2365,8 +2366,8 @@ Yours sincerely, your administrator',
|
||||
'install' => [
|
||||
'top' => 'Finish setup',
|
||||
'title' => 'One last step...',
|
||||
'description' => 'The command below will download, install and configure required services on your system according to the data you have given in this installation process.',
|
||||
'runcmd' => 'Run the following command as root-user in your shell on this server:',
|
||||
'description' => 'The command below will download, install and configure required services on your system according to the data you have given in this installation process.<br><br><span class="text-danger">Be sure to run the following command as <b>root</b> on the server\'s shell/terminal.</span>',
|
||||
'runcmd' => 'Run the following command to finish the installation:',
|
||||
'manual_config' => 'I will manually configure the services, just take me to the login',
|
||||
'waitforconfig' => 'Waiting for services to be configured...',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user