diff --git a/freebsd/install.sh b/freebsd/install.sh index 9cb0ce7..f3bb79e 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -40,12 +40,7 @@ resources/postgres.sh server_address=$(hostname -I) #restart services -if [ ."$php_version" = ."5" ]; then - service php5-fpm restart -fi -if [ ."$php_version" = ."7" ]; then - service php7.0-fpm restart -fi +service php-fpm restart service nginx restart service fail2ban restart