From a6c0ccdd17e878b709c68268dc417ac4259f432b Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 30 Mar 2020 12:07:20 +0200 Subject: [PATCH] fixed redis install --- bin/lemp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lemp.sh b/bin/lemp.sh index b2871be..a58097b 100755 --- a/bin/lemp.sh +++ b/bin/lemp.sh @@ -165,7 +165,7 @@ apt-get --yes install redis-server php-redis systemctl enable redis-server systemctl restart redis-server -systemctl restart php7.0-fpm +systemctl restart php7.3-fpm echo -e "\033[92;1mRedis installed\033[Om" echo -e '\033[35m