From f2b224fffa8e28b6434c7f25dc79771919a17e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Mart=C3=ADnez=20Ochoa?= Date: Wed, 31 Oct 2018 17:43:55 -0700 Subject: [PATCH] release Release v.1.6.1 and small fix --- lib/install | 2 +- lib/webin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/install b/lib/install index ad02051..bcc1687 100644 --- a/lib/install +++ b/lib/install @@ -3,7 +3,7 @@ source /opt/webinoly/lib/general app_version() { - local app_ver="1.6.1-beta" + local app_ver="1.6.1" echo $app_ver } svr_version() { diff --git a/lib/webin b/lib/webin index eaea11a..6805419 100644 --- a/lib/webin +++ b/lib/webin @@ -403,7 +403,7 @@ webinoly_verify() { error="1" fi - if ! sudo nginx -t 2>/dev/null; then + if ! sudo nginx -t 2>/dev/null && [[ $(conf_read nginx) == "true" ]]; then echo "[ERROR] Nginx Configuration check failed!" error="1" fi