Bufix for "chown -R [User]:[User] /"
This commit is contained in:
@@ -335,7 +335,13 @@ class ApsInstaller extends ApsParser
|
|||||||
$mapping_path = $Xml->mapping['path'];
|
$mapping_path = $Xml->mapping['path'];
|
||||||
$mapping_url = $Xml->mapping['url'];
|
$mapping_url = $Xml->mapping['url'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($this->DomainPath == '')
|
||||||
|
{
|
||||||
|
$this->db->query('UPDATE `' . TABLE_APS_INSTANCES . '` SET `Status` = ' . INSTANCE_ERROR . ' WHERE `ID` = ' . $this->db->escape($Row['InstanceID']));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if($Task == TASK_INSTALL)
|
if($Task == TASK_INSTALL)
|
||||||
{
|
{
|
||||||
//FIXME truncate customer directory
|
//FIXME truncate customer directory
|
||||||
|
|||||||
Reference in New Issue
Block a user