Skip to content

Commit d705d65

Browse files
committed
Release 6.2.4 - See CHANGELOG.md
1 parent 9365b95 commit d705d65

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.2.4 2022-10-05 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Fix legacy Webroot configuration check
5+
6+
17
## 6.2.3 2022-10-04 <dave at tiredofit dot ca>
28

39
### Changed

install/etc/cont-init.d/10-nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ ! -f "/tmp/.container/container-restart" ] ; then
3131
update_template "/etc/nginx.sites.available/*.conf" \
3232
NGINX_LISTEN_PORT \
3333
NGINX_WEBROOT
34-
if silent grep -q '<WEBOOT>' /etc/nginx/sites.available/*.conf ; then
34+
if silent grep -q '<WEBROOT>' /etc/nginx/sites.available/*.conf ; then
3535
print_notice "Detected Legacy templates in /etc/nginx/sites.avaialble. Please change '<WEBROOT>' to {{NGINX_WEBROOT}}"
3636
silent sed -i "s|<WEBROOT>|${NGINX_WEBROOT}|g" /etc/nginx/sites.available/*.conf
3737
fi

0 commit comments

Comments
 (0)