disable the app code checker - some previous shipped apps cannot be installed from the appstore now 👊
This commit is contained in:
parent
f248ee013b
commit
9a75304b02
|
@ -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