Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
Release v.1.6.1 and small fix
  • Loading branch information
QROkes committed Nov 1, 2018
1 parent e61a899 commit f2b224f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/install
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion lib/webin
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2b224f

Please sign in to comment.