fix bug of only one ssh key can be added

This commit is contained in:
2022-07-01 18:23:54 +02:00
parent cb3137a55c
commit 3ab8c96270
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ docker run -dp 3000:22 \
## Use after setup
```
export BORG_REPO='ssh://borg@localhost:3000/backups'
export BORG_REPO='ssh://borg@localhost:3000/backups'
borg init -e none
# any borg command you like
```