1
0
bot/test/cron.zsh
syui 6e38339228
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
fix
2024-04-03 04:42:06 +09:00

8 lines
107 B
Bash

function cron() {
t=`docker ps |grep aios|grep R`
if [ -z "$t" ];then
exit
fi
docker compose up -d
}