Skip to content

Commit e6afacb

Browse files
committed
Release 1.15.67 - See CHANGELOG.md
1 parent 696aa2a commit e6afacb

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+
## 1.15.67 2022-10-05 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Fix for APP_PROXY command not updating correctly after container restart
5+
6+
17
## 1.15.66 2022-10-05 <dave at tiredofit dot ca>
28

39
### Added

install/etc/cont-init.d/30-freescout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if grep -q "APP_URL" "${NGINX_WEBROOT}"/.env > /dev/null 2>&1; then
132132
if ! grep -q "APP_PROXY" "${NGINX_WEBROOT}"/.env > /dev/null 2>&1; then
133133
echo "APP_PROXY=${APP_PROXY}" | sudo -u "${NGINX_USER}" tee -a "${NGINX_WEBROOT}"/.env
134134
else
135-
sed -i --follow-symlinks "s#APP_PROXY=.*#APP_PROXY=${APP_PROXY}g" "${NGINX_WEBROOT}"/.env
135+
sed -i --follow-symlinks "s#APP_PROXY=.*#APP_PROXY=${APP_PROXY}#g" "${NGINX_WEBROOT}"/.env
136136
fi
137137

138138
else

0 commit comments

Comments
 (0)