mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
document error
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4c522f0f65
commit
3f6caa46f3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class UpdateHtaccess extends Command {
|
|||
$output->writeln('.htaccess has been updated');
|
||||
return 0;
|
||||
} else {
|
||||
$output->writeln('<error>Error updating .htaccess file, not enough permissions or "overwrite.cli.url" set to an invalid URL?</error>');
|
||||
$output->writeln('<error>Error updating .htaccess file, not enough permissions, not enough free space or "overwrite.cli.url" set to an invalid URL?</error>');
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue