From 962017a84daf4b8b98371a3bc02418556f744b6d Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 29 Oct 2018 15:47:03 +0100 Subject: [PATCH] redis install was not restarting php7-fpm --- bin/lemp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lemp.sh b/bin/lemp.sh index 976fa3d..33b481f 100755 --- a/bin/lemp.sh +++ b/bin/lemp.sh @@ -140,6 +140,7 @@ apt-get --yes --force-yes install redis-server php-redis systemctl enable redis-server systemctl restart redis-server +systemctl restart php7.0-fpm echo -e "\033[92;1mRedis installed\033[Om" echo -e '\033[35m