mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 08:40:44 +01:00
docs: Fix spacing for Configuration
This commit is contained in:
@@ -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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user