in cli mode return true for isHtaccessWorking
This commit is contained in:
parent
b4efd83f2b
commit
c27fd94ec8
1 changed files with 1 additions and 1 deletions
|
@ -986,7 +986,7 @@ class OC_Util {
|
|||
* file in the data directory and trying to access via http
|
||||
*/
|
||||
public static function isHtaccessWorking() {
|
||||
if (!OC::$server->getConfig()->getSystemValue('check_for_working_htaccess', true)) {
|
||||
if (\OC::$CLI || !OC::$server->getConfig()->getSystemValue('check_for_working_htaccess', true)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue