1
0
miroir de https://github.com/angristan/openvpn-install.git synchronisé 2026-03-25 20:18:49 +01:00

Update openvpn-install.sh

Cette révision appartient à :
nu11secur1ty
2023-01-17 11:27:14 +02:00
révisé par GitHub
Parent 2a57e89489
révision e3083b908a

Voir le fichier

@@ -1149,10 +1149,12 @@ function newClient() {
echo "</tls-auth>"
;;
esac
} >>"$homeDir/$CLIENT.ovpn"
# $homeDir
} >>"/etc/openvpn/client/$CLIENT.ovpn"
echo ""
echo "The configuration file has been written to $homeDir/$CLIENT.ovpn."
# $homeDir
echo "The configuration file has been written to /etc/openvpn/client/$CLIENT.ovpn."
echo "Download the .ovpn file and import it in your OpenVPN client."
exit 0