修复bot依赖安装目录

This commit is contained in:
whyour 2022-03-19 16:44:00 +08:00
parent 2afbfa08c6
commit fca7b02656

View File

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