mirror.dongdigua.github.io/gmi/docker/run-wrapper.sh

9 lines
136 B
Bash
Raw Normal View History

2023-05-26 19:21:35 +08:00
#! /bin/sh
2023-05-29 11:18:04 +08:00
crond -f -d 8 &
tail -f /var/log/git.log &
2023-06-06 19:59:16 +08:00
agate -eC --content dongdigua.github.io --hostname $GEMINI_HOST
2023-05-26 19:21:35 +08:00
wait -n
echo $?