Bufix for "chown -R [User]:[User] /"

This commit is contained in:
Andreas Grundler
2013-10-21 07:14:46 +02:00
parent 67c8953a84
commit 95da4e9eab

View File

@@ -335,7 +335,13 @@ class ApsInstaller extends ApsParser
$mapping_path = $Xml->mapping['path'];
$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)
{
//FIXME truncate customer directory