1
0
bot/test/cron.zsh
syui acad6e611d
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
test manga
2024-04-03 04:42:17 +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
}