From 6d4addcc858aa37bb465fa2c0aac90ee0961d892 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Wed, 29 Jun 2022 11:37:53 +0500 Subject: [PATCH] bug fix for oe --- CPScripts/mailscannerinstaller.sh | 2 +- cyberpanel.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CPScripts/mailscannerinstaller.sh b/CPScripts/mailscannerinstaller.sh index 6e324a22b..58912cf95 100644 --- a/CPScripts/mailscannerinstaller.sh +++ b/CPScripts/mailscannerinstaller.sh @@ -40,7 +40,7 @@ DIR=/etc/mail/spamassassin if [ -d "$DIR" ]; then sa-update else - echo "Please install spamassassin through the CyberPanel interface before proceeding" + echo "Please install SpamAssasin through the CyberPanel interface before proceeding" exit fi diff --git a/cyberpanel.sh b/cyberpanel.sh index 64a4928b8..83d9723bf 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1558,7 +1558,7 @@ else fi if [[ "$Server_OS" = "openEuler" ]]; then - #yum install -y lsphp??-redis redis + yum install -y lsphp??-redis redis fi if pgrep "redis" ; then