1
0
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

@ -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
}