From 6393470f4603269b2902811e288bb13bcb9d3db1 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sat, 15 Jan 2022 23:41:00 -0600 Subject: [PATCH] Cleanup --- extras/vpnupgrade_alpine.sh | 4 ++-- extras/vpnupgrade_amzn.sh | 4 ++-- extras/vpnupgrade_centos.sh | 4 ++-- extras/vpnupgrade_ubuntu.sh | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extras/vpnupgrade_alpine.sh b/extras/vpnupgrade_alpine.sh index 752f9bf..ded1992 100755 --- a/extras/vpnupgrade_alpine.sh +++ b/extras/vpnupgrade_alpine.sh @@ -111,8 +111,8 @@ Version to install: Libreswan $SWAN_VER Note: This script will make the following changes to your VPN configuration: - Fix obsolete ipsec.conf and/or ikev2.conf options - Optimize VPN ciphers - IKEv2 helper script will be updated to the latest version. Your other - VPN config files will not be modified. + - Update IKEv2 helper script + Your other VPN config files will not be modified. EOF diff --git a/extras/vpnupgrade_amzn.sh b/extras/vpnupgrade_amzn.sh index 8872b32..c20c2cc 100755 --- a/extras/vpnupgrade_amzn.sh +++ b/extras/vpnupgrade_amzn.sh @@ -94,8 +94,8 @@ Version to install: Libreswan $SWAN_VER Note: This script will make the following changes to your VPN configuration: - Fix obsolete ipsec.conf and/or ikev2.conf options - Optimize VPN ciphers - IKEv2 helper script will be updated to the latest version. Your other - VPN config files will not be modified. + - Update IKEv2 helper script + Your other VPN config files will not be modified. EOF diff --git a/extras/vpnupgrade_centos.sh b/extras/vpnupgrade_centos.sh index e0974c3..fec0c24 100755 --- a/extras/vpnupgrade_centos.sh +++ b/extras/vpnupgrade_centos.sh @@ -112,8 +112,8 @@ Version to install: Libreswan $SWAN_VER Note: This script will make the following changes to your VPN configuration: - Fix obsolete ipsec.conf and/or ikev2.conf options - Optimize VPN ciphers - IKEv2 helper script will be updated to the latest version. Your other - VPN config files will not be modified. + - Update IKEv2 helper script + Your other VPN config files will not be modified. EOF diff --git a/extras/vpnupgrade_ubuntu.sh b/extras/vpnupgrade_ubuntu.sh index 23bccd9..2ad3a4c 100755 --- a/extras/vpnupgrade_ubuntu.sh +++ b/extras/vpnupgrade_ubuntu.sh @@ -121,8 +121,8 @@ Version to install: Libreswan $SWAN_VER Note: This script will make the following changes to your VPN configuration: - Fix obsolete ipsec.conf and/or ikev2.conf options - Optimize VPN ciphers - IKEv2 helper script will be updated to the latest version. Your other - VPN config files will not be modified. + - Update IKEv2 helper script + Your other VPN config files will not be modified. EOF