Skip to content

Commit

Permalink
#440 Fix ENABLE_AUTO_UPNPIP support (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Oct 3, 2024
1 parent f138106 commit 821308e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/bin/run-upmpdcli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ if [[ "$ENABLE_AUTO_UPNPIFACE" == "1" || "${ENABLE_AUTO_UPNPIFACE^^}" == "YES" |
fi

set_upnp_ip=0
if [[ -z "${ENABLE_AUTO_UPNP}" || "$ENABLE_AUTO_UPNPIP" == "1" || "${ENABLE_AUTO_UPNPIP^^}" == "YES" || "${ENABLE_AUTO_UPNPIP^^}" == "Y" ]]; then
if [[ -z "${ENABLE_AUTO_UPNPIP}" || "$ENABLE_AUTO_UPNPIP" == "1" || "${ENABLE_AUTO_UPNPIP^^}" == "YES" || "${ENABLE_AUTO_UPNPIP^^}" == "Y" ]]; then
if [[ -z "${UPNPIP}" ]]; then
set_upnp_ip=1
else
Expand Down
1 change: 1 addition & 0 deletions doc/change-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Change Date|Major Changes
---|---
2024-10-03|Fix ENABLE_AUTO_UPNPIP support (see issue [#440](https://github.com/GioF71/upmpdcli-docker/issues/440))
2024-09-26|Use exec in order to get rid of bash processes
2024-08-24|Fix arm-only image build issue (see issue [#436](https://github.com/GioF71/upmpdcli-docker/issues/436))
2024-08-21|Bump to upmpdcli version 1.8.6
Expand Down

0 comments on commit 821308e

Please sign in to comment.