diff --git a/.config/ai/scpt b/.config/ai/scpt index 58ecabc..c0f63f7 160000 --- a/.config/ai/scpt +++ b/.config/ai/scpt @@ -1 +1 @@ -Subproject commit 58ecabc9e1e46035561bb93471455e7eec8eebad +Subproject commit c0f63f7efb4a82a150e7031d8851689f29f74cea diff --git a/test/cron.zsh b/test/cron.zsh index e9f389a..692dea2 100644 --- a/test/cron.zsh +++ b/test/cron.zsh @@ -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