From 2b2322d6a61da0e1c7292ca37cefaa39d47c2da8 Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 7 Jul 2024 14:38:30 -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/bin/echoip rootfs/usr/local/etc/docker/bin/ rootfs/usr/local/etc/docker/init.d/zz-echoip.sh --- rootfs/usr/local/{bin/echoip => etc/docker/bin/echoip-cli} | 0 rootfs/usr/local/etc/docker/init.d/zz-echoip.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename rootfs/usr/local/{bin/echoip => etc/docker/bin/echoip-cli} (100%) diff --git a/rootfs/usr/local/bin/echoip b/rootfs/usr/local/etc/docker/bin/echoip-cli similarity index 100% rename from rootfs/usr/local/bin/echoip rename to rootfs/usr/local/etc/docker/bin/echoip-cli 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 6089f94..34cd075 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-echoip.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-echoip.sh @@ -119,7 +119,7 @@ SERVICE_UID="0" # set the user id SERVICE_GID="0" # set the group id # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # execute command variables - keep single quotes variables will be expanded later -EXEC_CMD_BIN='echoip' # command to execute +EXEC_CMD_BIN='echoip-cli' # command to execute EXEC_CMD_ARGS='' # command arguments EXEC_PRE_SCRIPT='sleep 60' # execute script before # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -