forked from norman/fusionpbx-install.sh-github-mirror
transition from php5* packages to php-7.0* (#66)
* transition from php5* packages to php-7.0* * added 3rd party repositories with php7.0-* packages for trusty and jessie * added php7.0-xml package for Class SimpleXMLElement * added apt-get update after adding php7.0* repository source
This commit is contained in:
2
debian/install.sh
vendored
2
debian/install.sh
vendored
@@ -154,7 +154,7 @@ server_address=$(hostname -I)
|
||||
|
||||
#restart services
|
||||
systemctl daemon-reload
|
||||
systemctl restart php5-fpm
|
||||
systemctl restart php7.0-fpm
|
||||
systemctl restart nginx
|
||||
systemctl restart fail2ban
|
||||
|
||||
|
||||
Reference in New Issue
Block a user