From fca7b0265684099b66c739a0ac6720e56a6f16b1 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 19 Mar 2022 16:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbot=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bot.sh b/shell/bot.sh index a0a59d55..808b009a 100644 --- a/shell/bot.sh +++ b/shell/bot.sh @@ -34,7 +34,7 @@ if [[ $PipMirror ]]; then fi cp -f "$repo_path/jbot/requirements.txt" "$dir_data" -cd $dir_root +cd $dir_data cat requirements.txt | while read LREAD do if [[ ! $(pip3 show "${LREAD%%=*}" 2>/dev/null) ]]; then