🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 4m14s

rootfs/usr/local/etc/docker/init.d/zz-echoip.sh
This commit is contained in:
casjay 2025-06-11 11:12:54 -04:00
parent fef504066e
commit 748e52ad9b
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -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