diff options
author | Simon L <szaimen@e.mail.de> | 2023-11-17 11:32:31 +0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-11-20 07:26:42 +0000 |
commit | f99baf1f86e3f505ba290ca25655b5dfb977876c (patch) | |
tree | 55348e908fcfd892080170de30287eef3dbdd8c0 /core/Command/Maintenance | |
parent | 2d2c679931cb6b436ebdee1057e7acfa848e2860 (diff) | |
download | nextcloud-server-f99baf1f86e3f505ba290ca25655b5dfb977876c.tar.gz nextcloud-server-f99baf1f86e3f505ba290ca25655b5dfb977876c.zip |
document error
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'core/Command/Maintenance')
-rw-r--r-- | core/Command/Maintenance/UpdateHtaccess.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Maintenance/UpdateHtaccess.php b/core/Command/Maintenance/UpdateHtaccess.php index 67c6db22b21..9243567afb4 100644 --- a/core/Command/Maintenance/UpdateHtaccess.php +++ b/core/Command/Maintenance/UpdateHtaccess.php @@ -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; } } |