From 9880cd630ac3fb64c0dcad5e8857d644792980be Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 22 Oct 2022 18:46:22 -0600 Subject: [PATCH] Update install.php --- core/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install/install.php b/core/install/install.php index 0a7e155985..a5204998bc 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -116,7 +116,7 @@ } else { //config directory is not writable run commands as root - echo "Please run the following commands as root.
\n"; + echo "Please run the following commands as root.

\n"; echo "cd ".$document_root."
\n"; echo "php ".$document_root."/core/upgrade/upgrade.php
\n"; unset($config_path);