document error

Signed-off-by: Simon L <szaimen@e.mail.de>
pull/41544/head
Simon L 7 months ago
parent 4c522f0f65
commit 3f6caa46f3

@ -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…
Cancel
Save