Update cyberpanel_utility.sh

This commit is contained in:
Gergely Lonyai
2023-11-22 17:44:24 +01:00
committed by GitHub
parent 3fad19953f
commit c6b0d08b11

View File

@@ -16,7 +16,7 @@ check_OS() {
if grep -q -E "CentOS Linux 7|CentOS Linux 8|CentOS Stream" /etc/os-release ; then
Server_OS="CentOS"
elif grep -q "Red Hat Enterprise Linux" /etc/os-release ; then
Server_OS="RedHat"
Server_OS="CentOS"
elif grep -q "AlmaLinux-8" /etc/os-release ; then
Server_OS="AlmaLinux"
elif grep -q -E "CloudLinux 7|CloudLinux 8" /etc/os-release ; then