Extension: Fix typo in rt-setup-database instructions.
This commit is contained in:
parent
3f58ff316d
commit
43e51ac66c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ your site configuration sets C<@MailPlugins>, and the list includes
|
|||
C<"OneTicketPerRequestor">.
|
||||
|
||||
=item Run in a shell from your checkout:
|
||||
C<for f in etc/upgrade/*/content; do rt-setup-database --insert --datafile "$(realpath -s "$f")" || break; done>
|
||||
C<for f in etc/upgrade/*/content; do rt-setup-database --action insert --datafile "$(realpath -s "$f")" || break; done>
|
||||
|
||||
=item Restart your RT server.
|
||||
|
||||
|
|
Loading…
Reference in a new issue