From c057b68306907e9184bf80a7548cbb93e6d2f8dc Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Apr 2024 04:28:56 +0900 Subject: [PATCH] fix --- .config/ai/scpt | 2 +- test/cron.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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