mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-08-23 14:17:03 -04:00
🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 4m14s
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:
parent
fef504066e
commit
748e52ad9b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user