We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207c6c9 commit 3aa3fddCopy full SHA for 3aa3fdd
openvpn-install.sh
@@ -77,7 +77,7 @@ function checkOS() {
77
if [[ $ID == "amzn" ]]; then
78
if [[ $VERSION_ID == "2" ]]; then
79
OS="amzn"
80
- elif [ "$(echo $PRETTY_NAME | cut -c 1-19)" == "Amazon Linux 2023.6" ]; then
+ elif [[ "$(echo $PRETTY_NAME | cut -c 1-19)" == "Amazon Linux 2023.6" ]]; then
81
OS="amzn2023"
82
else
83
echo "⚠️ Your version of Amazon Linux is not supported."
0 commit comments