1
0

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

This commit is contained in:
syui 2024-04-03 04:42:06 +09:00
parent c057b68306
commit 6e38339228
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

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