From 5a49b1565ffba2bd7229de2e1785a6cd760fc471 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 7 Jul 2022 14:49:11 +0800 Subject: [PATCH] up --- compatibility.md | 4 ++-- scripts/install/centos.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/compatibility.md b/compatibility.md index 73e23e398..11b0e20c0 100644 --- a/compatibility.md +++ b/compatibility.md @@ -34,7 +34,7 @@ cd /www/server/mdserver-web/plugins/php && bash all_test.sh | CentOS 7.9 |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ | | CentOS 8.4 |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ | | CentOS 8 Stream |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ | -| CentOS 9 Stream |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ | +| CentOS 9 Stream |:x: |:x: |:x: |:x: |:x: |:x: |:x: |:x: |:x: |:x: |:x: |:x: | | Debian 10.3 |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ | | Debian 11.3 |:x: |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ | | Ubuntu 10.04 |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ |✅ | @@ -52,7 +52,7 @@ cd /www/server/mdserver-web/plugins/php && bash all_test.sh | CentOS 7.9 |✅ |✅ |✅ |:x: | | CentOS 8.4 |:x: |✅ |✅ |✅ | | CentOS 8 Stream |✅ |✅ |✅ |✅ | -| CentOS 9 Stream |✅ |✅ |✅ |✅ | +| CentOS 9 Stream |✅ |✅ |✅ |:x: | | Debian 10.3 |✅ |✅ |✅ |✅ | | Debian 11.3 |✅ |✅ |✅ |✅ | | Ubuntu 10.04 |✅ |✅ |✅ |✅ | diff --git a/scripts/install/centos.sh b/scripts/install/centos.sh index 5dcb4c5cf..80b9e6b2c 100755 --- a/scripts/install/centos.sh +++ b/scripts/install/centos.sh @@ -103,6 +103,11 @@ cd /www/server/mdserver-web/scripts && bash lib.sh chmod 755 /www/server/mdserver-web/data +if [ "$VERSION_ID" -eq "9" ];then + yum install -y patchelf +fi + + cd /www/server/mdserver-web && ./cli.sh start isStart=`ps -ef|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'` n=0