bug fix for oe

This commit is contained in:
Usman Nasir 2022-06-29 11:37:53 +05:00
parent fcb6f4c824
commit 6d4addcc85
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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