Update install.sh (#157)
This commit is contained in:
parent
cb3dcc82e1
commit
d082bd06f1
|
|
@ -51,7 +51,7 @@ if [ ."$php_version" = ."5" ]; then
|
||||||
systemctl restart php5-fpm
|
systemctl restart php5-fpm
|
||||||
fi
|
fi
|
||||||
if [ ."$php_version" = ."7" ]; then
|
if [ ."$php_version" = ."7" ]; then
|
||||||
systemctl restart php7.0-fpm
|
systemctl restart php7.1-fpm
|
||||||
fi
|
fi
|
||||||
systemctl restart nginx
|
systemctl restart nginx
|
||||||
systemctl restart fail2ban
|
systemctl restart fail2ban
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue