From 4726256dbe7a1e8acd2aca9a08ae41ead1633da6 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 24 May 2023 15:25:44 +0800 Subject: [PATCH] install shell --- install/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/install.sh b/install/install.sh index 29a0441f..6aff9392 100644 --- a/install/install.sh +++ b/install/install.sh @@ -290,9 +290,8 @@ if [ "${os_type}" == 'CentOS' ] || [ "$os_type" == 'OracleLinux' ] ;then fi - # uninstall plugins -rm -rf /usr/share/cockpit/apps /usr/share/cockpit/selinux /usr/share/cockpit/kdump /usr/share/cockpit/sosreport +rm -rf /usr/share/cockpit/apps /usr/share/cockpit/selinux /usr/share/cockpit/kdump /usr/share/cockpit/sosreport /usr/share/cockpit/packagekit # configure cockpit cp /data/apps/stackhub/cockpit/cockpit.conf /etc/cockpit/cockpit.conf