This commit is contained in:
parent
c057b68306
commit
6e38339228
@ -1,7 +1,7 @@
|
|||||||
function cron() {
|
function cron() {
|
||||||
t=`docker ps |grep aios|grep R`
|
t=`docker ps |grep aios|grep R`
|
||||||
if [ -z "$t" ];then
|
if [ -z "$t" ];then
|
||||||
docker compose up -d
|
exit
|
||||||
fi
|
fi
|
||||||
exit
|
docker compose up -d
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user