🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/08-gitea.sh
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
casjay
2024-08-12 18:58:29 -04:00
parent 7d896d5e3e
commit d1b7bde068
2 changed files with 5 additions and 3 deletions

View File

@@ -191,7 +191,9 @@ __execute_prerun() {
__init_config_etc
# Define other actions/commands
while :; do
pgrep gitea && break || { echo "Waiting for gitea to start before continuing" >&2 && sleep 60; }
done
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Run any pre-execution checks