mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
fix: changed wording of error for occ maintenance:update:htaccess
This adds a hint to the error message that file creation may also have failed. Signed-off-by: Marc <mail@lpcvoid.com>
This commit is contained in:
parent
fb1963a2f3
commit
c9a168b056
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class UpdateHtaccess extends Command {
|
|||
$output->writeln('.htaccess has been updated');
|
||||
return 0;
|
||||
} else {
|
||||
$output->writeln('<error>Error updating .htaccess file, not enough permissions, not enough free space or "overwrite.cli.url" set to an invalid URL?</error>');
|
||||
$output->writeln('<error>Error updating (or creating) .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