From db35ffcff10b6f0abc241bb9afc65c109bdfce1f Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 2 Sep 2024 13:38:13 -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 | 1 - 1 file changed, 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 611f2fb..bf9efa2 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 @@ -447,7 +447,6 @@ __post_execute() { sleep 5 && ps ax | awk '{print $1}' | grep -v 'grep' | grep -q "$pid$" && is_running="yes" if [ "$is_running" = "yes" ]; then echo "$(date)" >"$CONF_DIR/.runner" - echo "$$" >"$RUN_DIR/act_runner.pid" echo "$pid" >"$RUN_DIR/act_runner.gitea.pid" echo "Runner: gitea has been started with pid: $pid" | tee -a -p "$LOG_DIR/init.txt" else