Update install.php

This commit is contained in:
FusionPBX 2022-10-22 18:46:22 -06:00 committed by GitHub
parent dd87f510c6
commit 9880cd630a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
} }
else { else {
//config directory is not writable run commands as root //config directory is not writable run commands as root
echo "Please run the following commands as root.<br />\n"; echo "Please run the following commands as root.<br /><br />\n";
echo "cd ".$document_root."<br />\n"; echo "cd ".$document_root."<br />\n";
echo "php ".$document_root."/core/upgrade/upgrade.php<br />\n"; echo "php ".$document_root."/core/upgrade/upgrade.php<br />\n";
unset($config_path); unset($config_path);