fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2024-04-03 04:28:56 +09:00
parent eb54ce04e0
commit c057b68306
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
function cron() {
t=`docker ps |grep aios|grep Up`
t=`docker ps |grep aios|grep R`
if [ -z "$t" ];then
docker compose up -d
fi