mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-11-22 07:32:40 +01:00
Update error message on CentOS install
This commit is contained in:
@@ -61,7 +61,7 @@ function checkOS() {
|
|||||||
if [[ ! $VERSION_ID =~ (7|8) ]]; then
|
if [[ ! $VERSION_ID =~ (7|8) ]]; then
|
||||||
echo "⚠️ Your version of CentOS is not supported."
|
echo "⚠️ Your version of CentOS is not supported."
|
||||||
echo ""
|
echo ""
|
||||||
echo "The script only support CentOS 7."
|
echo "The script only support CentOS 7 and CentOS 8."
|
||||||
echo ""
|
echo ""
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user