From e110b7cd1dfebbfb5f6ecef692e03e378e7b942f Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 27 Oct 2022 17:26:17 -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/start-commitment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/bin/start-commitment.sh b/rootfs/usr/local/bin/start-commitment.sh index 7bb9eca..d80f34c 100755 --- a/rootfs/usr/local/bin/start-commitment.sh +++ b/rootfs/usr/local/bin/start-commitment.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="5000" SERVICE_NAME="commitment" -SERVICE_COMMAND="python3 /app/commitment.py" +SERVICE_COMMAND="python3 /app/commit.py" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Show start message