Skip to content

Commit

Permalink
Release 6.2.4 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 5, 2022
1 parent 9365b95 commit d705d65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.2.4 2022-10-05 <dave at tiredofit dot ca>

### Changed
- Fix legacy Webroot configuration check


## 6.2.3 2022-10-04 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/etc/cont-init.d/10-nginx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ ! -f "/tmp/.container/container-restart" ] ; then
update_template "/etc/nginx.sites.available/*.conf" \
NGINX_LISTEN_PORT \
NGINX_WEBROOT
if silent grep -q '<WEBOOT>' /etc/nginx/sites.available/*.conf ; then
if silent grep -q '<WEBROOT>' /etc/nginx/sites.available/*.conf ; then
print_notice "Detected Legacy templates in /etc/nginx/sites.avaialble. Please change '<WEBROOT>' to {{NGINX_WEBROOT}}"
silent sed -i "s|<WEBROOT>|${NGINX_WEBROOT}|g" /etc/nginx/sites.available/*.conf
fi
Expand Down

0 comments on commit d705d65

Please sign in to comment.