Skip to content

Commit

Permalink
correctly display config-services command in updater if manual comman…
Browse files Browse the repository at this point in the history
…ds are needed

Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Jan 19, 2023
1 parent 867b7b1 commit 1b77632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/updates/froxlor/update_2.x.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
}
$apply_json = '{"http":"' . $webserver . '","dns":"x","smtp":"x","mail":"x","ftp":"x","distro":"' . $dist . '","system":[]}';
Update::lastStepStatus(1, 'manual commands needed',
'Please reconfigure webserver service using <pre>bin/froxlor-cli froxlor:config-services --apply=' . $apply_json . '</pre>' .
"Please reconfigure webserver service using <pre>bin/froxlor-cli froxlor:config-services --apply='" . $apply_json . "'</pre>" .
'<br>or adjust the path manually in <pre>' . Settings::Get('system.letsencryptacmeconf') . '</pre>' .
'<br><br>In case you already have certificates issued, run the following command to validate and correct the webroot used for renewal:<br>' .
'<pre>bin/froxlor-cli froxlor:validate-acme-webroot</pre><br>'
Expand Down

0 comments on commit 1b77632

Please sign in to comment.