Update base.php
This commit is contained in:
parent
58a192f05d
commit
7eac19682c
|
@ -254,7 +254,6 @@ class OC {
|
|||
if (self::$CLI) {
|
||||
echo $l->t('Cannot write into "config" directory!')."\n";
|
||||
echo $l->t('This can usually be fixed by giving the webserver write access to the config directory')."\n";
|
||||
echo $l->t('See %s', [ $urlGenerator->linkToDocs('admin-dir_permissions') ])."\n";
|
||||
echo "\n";
|
||||
echo $l->t('Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it.')."\n";
|
||||
echo $l->t('See %s', [ $urlGenerator->linkToDocs('admin-config') ])."\n";
|
||||
|
|
Loading…
Reference in New Issue