mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 20:00:16 +00:00
removed wildcard in migration.
parent
0bc3929c7f
commit
691d8a5e09
1 changed files with 1 additions and 1 deletions
2
FAQ.md
2
FAQ.md
|
@ -31,6 +31,6 @@ you can achieve that by copying your /etc/openvpn folder to your new Raspberry p
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
scp -pr /etc/openvpn/* root@192.168.101.124:/etc/
|
scp -pr /etc/openvpn/ root@192.168.101.124:/etc/
|
||||||
|
|
||||||
```
|
```
|
Loading…
Reference in a new issue