mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
fix(scripts): correct link to backup doc
This commit is contained in:
parent
13ac5ceeb0
commit
0a3dd62ee7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue