Merge pull request #13701 from owncloud/disable-appcode-checker
disable the app code checker - some previous shipped apps cannot be inst...
This commit is contained in:
commit
9771ead7dd
|
@ -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…
Reference in New Issue