docs: Fix spacing for Configuration

This commit is contained in:
tschettervictor
2025-06-16 07:26:04 -06:00
committed by GitHub
parent 8e0b6551df
commit bcf7814408

View File

@@ -118,13 +118,8 @@ environment or user. Then, it can be used in a couple of ways.
BASTILLE_CONFIG=config.conf``. This config will then always be used when BASTILLE_CONFIG=config.conf``. This config will then always be used when
running Bastille with that user. See notes below... running Bastille with that user. See notes below...
- Exporting the ``BASTILLE_CONFIG`` variable will only export it for the current - Exporting the ``BASTILLE_CONFIG`` variable will only export it for the current session. If you want to persist the export, see documentation for the shell that you use.
session. If you want to persist the export, see documentation for the shell that
you use.
- If you use sudo, you will need to run it with ``sudo -E bastille - If you use sudo, you will need to run it with ``sudo -E bastille bootstrap...`` to preserve your users environment. This can also be persisted by editing the sudoers file.
bootstrap...`` to preserve your users environment. This can also be persisted by
editing the sudoers file.
- If you do set the ``BASTILLE_CONFIG`` variable, you do not need to specify the - If you do set the ``BASTILLE_CONFIG`` variable, you do not need to specify the config file when running Bastille as that specified user.
config file when running Bastille as that specified user.