We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d0e30 commit 7e26f3aCopy full SHA for 7e26f3a
cyberpanel.sh
@@ -554,7 +554,7 @@ elif echo $OUTPUT | grep -q "CentOS Linux 8" ; then
554
echo -e "\nDetecting CentOS 8.X...\n"
555
SERVER_OS="CentOS"
556
CENTOS_8="True"
557
-elif echo $OUTPUT | grep -q "Ubuntu 18.04" ; then
+elif echo $OUTPUT | grep -q "Ubuntu" ; then
558
if uname -m | grep -q 64 ; then
559
echo -e "\nDetecting Ubuntu 18.04...\n"
560
SERVER_OS="Ubuntu"
0 commit comments