From 465874c0c2dca9db3acd925da9c124d09d6138c5 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 14 Nov 2022 14:20:40 -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 c1b3bfb..aaf7e01 100755 --- a/rootfs/usr/local/bin/start-ifconfig.sh +++ b/rootfs/usr/local/bin/start-ifconfig.sh @@ -157,7 +157,7 @@ certbot) else touch "/tmp/$SERVICE_NAME.pid" echo "$start_message" - __exec_command "$SERVICE_COMMAND" $GEOIP $OPTS $CONFIG || rm -Rf "/tmp/$SERVICE_NAME.pid" + cd "/opt/echoip" && __exec_command "$SERVICE_COMMAND" $GEOIP $OPTS $CONFIG || rm -Rf "/tmp/$SERVICE_NAME.pid" fi ;; esac