mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-23 21:46:08 +03:00
Improve error message
This commit is contained in:
parent
b86d97d3e3
commit
1a484a642f
@ -57,8 +57,9 @@ This version of Debian is too old and unsupported."
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$os" == "centos" && "$os_version" -lt 9 ]]; then
|
if [[ "$os" == "centos" && "$os_version" -lt 9 ]]; then
|
||||||
echo "CentOS 9 or higher is required to use this installer.
|
os_name=$(sed 's/ release.*//' /etc/almalinux-release /etc/rocky-release /etc/centos-release 2>/dev/null | head -1)
|
||||||
This version of CentOS is too old and unsupported."
|
echo "$os_name 9 or higher is required to use this installer.
|
||||||
|
This version of $os_name is too old and unsupported."
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user