diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index a14ecca7..47f0b0ab 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -846,7 +846,7 @@ EESITEINFO() NGINXBUCKETSIZE() { - nginx -t 2>&1 | grep server_names_hash_bucket_size + nginx -t 2>&1 | grep server_names_hash_bucket_size &>> $INSTALLLOG if [ $? -eq 0 ] then NGINXCALCULATION=$(echo "l($(ls /etc/nginx/sites-enabled/ | wc -c))/l(2)+2" | bc -l)