Update install.php

This commit is contained in:
FusionPBX
2022-10-22 18:46:22 -06:00
committed by GitHub
parent dd87f510c6
commit 9880cd630a

View File

@@ -116,7 +116,7 @@
}
else {
//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 "php ".$document_root."/core/upgrade/upgrade.php<br />\n";
unset($config_path);