1
0
bot/test/cron.zsh
syui c057b68306
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
fix
2024-04-03 04:28:56 +09:00

8 lines
107 B
Bash

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