1
0

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

This commit is contained in:
syui 2024-04-03 04:28:56 +09:00
parent eb54ce04e0
commit c057b68306
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 58ecabc9e1e46035561bb93471455e7eec8eebad
Subproject commit c0f63f7efb4a82a150e7031d8851689f29f74cea

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