diff --git a/WireGuard.md b/WireGuard.md index b2d0c73..9203433 100644 --- a/WireGuard.md +++ b/WireGuard.md @@ -48,7 +48,7 @@ example using scp on linux: 1. Backup the current install: `sudo cp -r /etc/wireguard /etc/wireguard_backup` 2. Extract the backup archive: `tar xzpfv ` -3. Copy the extracted content: `sudo cp -r etc/wireguard /etc/wireguard` +3. Copy the extracted content: `sudo cp -r etc/wireguard /etc` 4. Restart the wireguard service: `sudo systemctl restart wg-quick@wg0` **OBS:** Please be aware of the difference between `/etc/` and `etc/`!