Update install.sh (#157)

This commit is contained in:
Len 2018-03-08 22:10:03 -05:00 committed by FusionPBX
parent cb3dcc82e1
commit d082bd06f1
1 changed files with 1 additions and 1 deletions

2
debian/install.sh vendored
View File

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