Skip to content

Commit

Permalink
fix(scripts): correct link to backup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
orazioedoardo committed Nov 7, 2023
1 parent 13ac5ce commit 0a3dd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/backup.sh
Expand Up @@ -59,8 +59,8 @@ backup_wireguard() {

echo -e "Backup created in ${install_home}/${backupdir}/${backupzip} "
echo -e "To restore the backup, follow instructions at:"
echo -ne "https://docs.pivpn.io/openvpn/"
echo -e "wireguard/#migrating-pivpn-wireguard"
echo -ne "https://docs.pivpn.io/wireguard/"
echo -e "#migrating-pivpn-wireguard"
}

### Script
Expand Down

0 comments on commit 0a3dd62

Please sign in to comment.