From 748e52ad9bbd4ec7cbca7cb8775916186dee889d Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 11 Jun 2025 11:12:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/zz-echoip.sh --- rootfs/usr/local/etc/docker/init.d/zz-echoip.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/zz-echoip.sh b/rootfs/usr/local/etc/docker/init.d/zz-echoip.sh index 1b24610..2a79ae2 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-echoip.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-echoip.sh @@ -165,8 +165,8 @@ CMD_ENV="" __update_conf_files() { local exitCode=0 # default exit code local sysname="${SERVER_NAME:-${FULL_DOMAIN_NAME:-$HOSTNAME}}" # set hostname - local host_ip_4="${HOST_IP_4:-CURRENT_IP_4}" - local host_ip_6="${HOST_IP_6:-CURRENT_IP_6}" + local host_ip_4="${HOST_IP_4:-$CURRENT_IP_4}" + local host_ip_6="${HOST_IP_6:-$CURRENT_IP_6}" # CD into temp to bybass any permission errors #cd /tmp || false # lets keep shellcheck happy by adding false