From f449af79934304129980e9ad6cd0f2cccc323c02 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 14 Nov 2022 13:36:07 -0500 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/bin/start-ifconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/bin/start-ifconfig.sh b/rootfs/usr/local/bin/start-ifconfig.sh index a1814e3..c1b3bfb 100755 --- a/rootfs/usr/local/bin/start-ifconfig.sh +++ b/rootfs/usr/local/bin/start-ifconfig.sh @@ -75,7 +75,7 @@ CONTAINER_IP_ADDRESS="$(ip a 2>/dev/null | grep 'inet' | grep -v '127.0.0.1' | a # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Overwrite variables #SERVICE_PORT="" -SERVICE_NAME="ifconfig" +SERVICE_NAME="echoip" SERVICE_COMMAND="$SERVICE_NAME" CONFIG="-t /opt/echoip/html" OPTS="-H x-forwarded-for -r -s -p"