forked from norman/fusionpbx-install.sh-github-mirror
Update install.sh
This commit is contained in:
@@ -40,12 +40,7 @@ resources/postgres.sh
|
|||||||
server_address=$(hostname -I)
|
server_address=$(hostname -I)
|
||||||
|
|
||||||
#restart services
|
#restart services
|
||||||
if [ ."$php_version" = ."5" ]; then
|
service php-fpm restart
|
||||||
service php5-fpm restart
|
|
||||||
fi
|
|
||||||
if [ ."$php_version" = ."7" ]; then
|
|
||||||
service php7.0-fpm restart
|
|
||||||
fi
|
|
||||||
service nginx restart
|
service nginx restart
|
||||||
service fail2ban restart
|
service fail2ban restart
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user