🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
casjay 2024-08-11 15:08:27 -04:00
parent f06d0a1bf3
commit cd504b5e59
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -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