mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Update doc/ADMIN.md: replace source venv/bin/activate with PATH prepend
This commit is contained in:
parent
7038c68a64
commit
904717b032
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ First, prepare the environment with the appropriate borg variables, etc:
|
|||
|
||||
```bash
|
||||
app=borg
|
||||
source /var/www/$app/venv/bin/activate
|
||||
PATH="/var/www/$app/venv/bin/:$PATH"
|
||||
export BORG_PASSPHRASE="$(sudo yunohost app setting $app passphrase)"
|
||||
export BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes"
|
||||
repository="$(sudo yunohost app setting $app repository)"
|
||||
|
|
Loading…
Add table
Reference in a new issue