From d082bd06f1b3f0078bc893a362d12bcb1e04573b Mon Sep 17 00:00:00 2001 From: Len Date: Thu, 8 Mar 2018 22:10:03 -0500 Subject: [PATCH] Update install.sh (#157) --- debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index 94bd5f2..3f00984 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -51,7 +51,7 @@ if [ ."$php_version" = ."5" ]; then systemctl restart php5-fpm fi if [ ."$php_version" = ."7" ]; then - systemctl restart php7.0-fpm + systemctl restart php7.1-fpm fi systemctl restart nginx systemctl restart fail2ban