removed wildcard in migration.

Carlos Colaço 2018-02-25 17:34:33 +01:00
parent 0bc3929c7f
commit 691d8a5e09

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/
``` ```