Release v.1.6.1 and small fix
This commit is contained in:
Cristhian Martínez Ochoa 2018-10-31 17:43:55 -07:00
parent e61a89983f
commit f2b224fffa
2 changed files with 2 additions and 2 deletions

View file

@ -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() {

View file

@ -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