https://github.com/owncloud/core
Raw File
Tip revision: 9e0c856148b286b8f73866a5c74f485c8294b7c5 authored by Thomas Müller on 13 August 2018, 07:57:57 UTC
Fixes #32270 - continue with upgrade even if the market app cannot be enabled/installed
Tip revision: 9e0c856
occ
#!/usr/bin/env php
<?php
/**
 * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

//$argv = $_SERVER['argv'];
require_once __DIR__ . '/console.php';
back to top