mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
Update readme and insert needed / after .
Add / to use the current directory's `env` folder and as the `env` folder is not named `.env`, a `/` is needed
This commit is contained in:
parent
de1e9093ab
commit
f713b272cf
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ where `<algodirectory>` is the directory where you cloned Algo.
|
|||
_If you chose to save the CA key during the deploy process,_ then Algo's own scripts can easily add and remove users from the VPN server.
|
||||
|
||||
1. Update the `users` list in your `config.cfg`
|
||||
2. Open a terminal, `cd` to the algo directory, and activate the virtual environment with `source .env/bin/activate`
|
||||
2. Open a terminal, `cd` to the algo directory, and activate the virtual environment with `source ./env/bin/activate`
|
||||
3. Run the command: `./algo update-users`
|
||||
|
||||
After this process completes, the Algo VPN server will contain only the users listed in the `config.cfg` file.
|
||||
|
|
Loading…
Add table
Reference in a new issue