diff --git a/install/updates/froxlor/update_2.x.inc.php b/install/updates/froxlor/update_2.x.inc.php index b74bca0ea3..f35fab6af6 100644 --- a/install/updates/froxlor/update_2.x.inc.php +++ b/install/updates/froxlor/update_2.x.inc.php @@ -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
bin/froxlor-cli froxlor:config-services --apply=' . $apply_json . '
' . + "Please reconfigure webserver service using
bin/froxlor-cli froxlor:config-services --apply='" . $apply_json . "'
" . '
or adjust the path manually in
' . Settings::Get('system.letsencryptacmeconf') . '
' . '

In case you already have certificates issued, run the following command to validate and correct the webroot used for renewal:
' . '
bin/froxlor-cli froxlor:validate-acme-webroot

'