From 1b77632fa85197f9efe7c2d9e44df2909250a983 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Thu, 19 Jan 2023 20:19:43 +0100 Subject: [PATCH] correctly display config-services command in updater if manual commands are needed Signed-off-by: Michael Kaufmann --- install/updates/froxlor/update_2.x.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

'