From cd504b5e593c71d86a42c3e10098ac0b637b5e53 Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 11 Aug 2024 15:08:27 -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/etc/docker/init.d/zz-act_runner.sh --- rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh index 1bd5d49..30532e2 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh @@ -366,7 +366,7 @@ __post_execute() { # commands to execute if [ -d "$CONF_DIR/multi" ]; then for multi in "$CONF_DIR/multi"/*; do - if [ -n "$multi" ]; then + if [ -n "$multi" ] && [ -d "$multi" ]; then unset pid is_running name name="$(basename "$multi")" if [ -f "$$multi/$name.yaml" ] && [ -f "$multi/runners" ]; then