disable the app code checker - some previous shipped apps cannot be installed from the appstore now 👊

remotes/origin/create-share-target-reuse
Thomas Müller 12 years ago
parent f248ee013b
commit 9a75304b02
  1. 2
      lib/private/installer.php

@ -556,7 +556,7 @@ class OC_Installer{
);
// is the code checker enabled?
if(OC_Config::getValue('appcodechecker', true)) {
if(OC_Config::getValue('appcodechecker', false)) {
// check if grep is installed
$grep = \OC_Helper::findBinaryPath('grep');
if (!$grep) {

Loading…
Cancel
Save