getConfig()->getEnvironment() . '.lock'; if (file_exists($lockFile)) { @unlink($lockFile); } Mage_Console::output('Unlocked deployment to ' . $this->getConfig()->getEnvironment() . ' environment', 1, 2); } }