From ca411d90cd143ee4d8b2b14dab07f7b377a4d889 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sat, 11 Sep 2021 22:26:55 -0500 Subject: [PATCH] Cleanup --- extras/ikev2setup.sh | 2 +- extras/quickstart.sh | 2 +- extras/vpnuninstall.sh | 2 +- extras/vpnupgrade.sh | 2 +- vpnsetup.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extras/ikev2setup.sh b/extras/ikev2setup.sh index ff84c25..21df54e 100755 --- a/extras/ikev2setup.sh +++ b/extras/ikev2setup.sh @@ -71,7 +71,7 @@ check_os() { *) echo "Error: This script only supports one of the following OS:" >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 - echo " Amazon Linux 2 and Alpine Linux" >&2 + echo " Amazon Linux 2 or Alpine Linux" >&2 exit 1 ;; esac diff --git a/extras/quickstart.sh b/extras/quickstart.sh index 6abd69d..60122e8 100755 --- a/extras/quickstart.sh +++ b/extras/quickstart.sh @@ -68,7 +68,7 @@ check_os() { *) echo "Error: This script only supports one of the following OS:" >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 - echo " Amazon Linux 2 and Alpine Linux" >&2 + echo " Amazon Linux 2 or Alpine Linux" >&2 exit 1 ;; esac diff --git a/extras/vpnuninstall.sh b/extras/vpnuninstall.sh index aa5499e..b15eb06 100755 --- a/extras/vpnuninstall.sh +++ b/extras/vpnuninstall.sh @@ -59,7 +59,7 @@ check_os() { *) echo "Error: This script only supports one of the following OS:" >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 - echo " Amazon Linux 2 and Alpine Linux" >&2 + echo " Amazon Linux 2 or Alpine Linux" >&2 exit 1 ;; esac diff --git a/extras/vpnupgrade.sh b/extras/vpnupgrade.sh index 20dce58..eb8836d 100755 --- a/extras/vpnupgrade.sh +++ b/extras/vpnupgrade.sh @@ -70,7 +70,7 @@ check_os() { *) echo "Error: This script only supports one of the following OS:" >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 - echo " Amazon Linux 2 and Alpine Linux" >&2 + echo " Amazon Linux 2 or Alpine Linux" >&2 exit 1 ;; esac diff --git a/vpnsetup.sh b/vpnsetup.sh index 20e6f19..7dc9b6e 100755 --- a/vpnsetup.sh +++ b/vpnsetup.sh @@ -90,7 +90,7 @@ check_os() { *) echo "Error: This script only supports one of the following OS:" >&2 echo " Ubuntu, Debian, CentOS/RHEL, Rocky Linux, AlmaLinux," >&2 - echo " Amazon Linux 2 and Alpine Linux" >&2 + echo " Amazon Linux 2 or Alpine Linux" >&2 exit 1 ;; esac