bug fix for oe
This commit is contained in:
parent
fcb6f4c824
commit
6d4addcc85
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue